aboutsummaryrefslogtreecommitdiff
path: root/tests/lhs-test.html+lhs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lhs-test.html+lhs')
-rw-r--r--tests/lhs-test.html+lhs16
1 files changed, 14 insertions, 2 deletions
diff --git a/tests/lhs-test.html+lhs b/tests/lhs-test.html+lhs
index a33bf83ce..d5a7b8196 100644
--- a/tests/lhs-test.html+lhs
+++ b/tests/lhs-test.html+lhs
@@ -33,9 +33,21 @@ pre.sourceCode span.er { color: red; font-weight: bold; }
> is an arrow that takes a pair of values and combines them to return a single value:</p
><pre class="sourceCode haskell"
><code
- >&gt; unsplit :: (<span class="dt"
+ >&gt; <span class="ot"
+ >unsplit </span
+ ><span class="ot"
+ >::</span
+ > (<span class="dt"
>Arrow</span
- > a) =&gt; (b -&gt; c -&gt; d) -&gt; a (b, c) d<br
+ > a) <span class="ot"
+ >=&gt;</span
+ > (b <span class="ot"
+ >-&gt;</span
+ > c <span class="ot"
+ >-&gt;</span
+ > d) <span class="ot"
+ >-&gt;</span
+ > a (b, c) d<br
/>&gt; unsplit <span class="fu"
>=</span
> arr <span class="fu"