diff options
Diffstat (limited to 'tests/lhs-test.fragment.html+lhs')
-rw-r--r-- | tests/lhs-test.fragment.html+lhs | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/tests/lhs-test.fragment.html+lhs b/tests/lhs-test.fragment.html+lhs index 74180d5c1..64a235936 100644 --- a/tests/lhs-test.fragment.html+lhs +++ b/tests/lhs-test.fragment.html+lhs @@ -6,9 +6,21 @@ > is an arrow that takes a pair of values and combines them to return a single value:</p ><pre class="sourceCode haskell" ><code - >> unsplit :: (<span class="dt" + >> <span class="ot" + >unsplit </span + ><span class="ot" + >::</span + > (<span class="dt" >Arrow</span - > a) => (b -> c -> d) -> a (b, c) d<br + > a) <span class="ot" + >=></span + > (b <span class="ot" + >-></span + > c <span class="ot" + >-></span + > d) <span class="ot" + >-></span + > a (b, c) d<br />> unsplit <span class="fu" >=</span > arr <span class="fu" @@ -36,4 +48,4 @@ ><p >foo bar</p ></blockquote ->
\ No newline at end of file +> |