diff options
Diffstat (limited to 'tests/lhs-test.fragment.html+lhs')
-rw-r--r-- | tests/lhs-test.fragment.html+lhs | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/lhs-test.fragment.html+lhs b/tests/lhs-test.fragment.html+lhs index 2100db251..fec6bb750 100644 --- a/tests/lhs-test.fragment.html+lhs +++ b/tests/lhs-test.fragment.html+lhs @@ -5,28 +5,28 @@ ><code >unsplit</code > is an arrow that takes a pair of values and combines them to return a single value:</p - ><pre class="sourceCode literatehaskell" + ><pre class="sourceCode haskell" ><code - ><span class="Char Special" - >></span + ><span class="Special" + >> </span ><span class="Function FunctionDefinition" - > unsplit ::</span + >unsplit ::</span ><span class="Normal NormalText" > (Arrow a) => (b -> c -> d) -> a (b, c) d</span ><br - /><span class="Char Special" - >></span + /><span class="Special" + >> </span ><span class="Normal NormalText" - > unsplit = arr . </span + >unsplit = arr . </span ><span class="Function" >uncurry</span ><span class="Normal NormalText" > </span ><br - /><span class="Char Special" - >></span + /><span class="Special" + >> </span ><span class="Normal NormalText" - > </span + > </span ><span class="Comment" >-- arr (\op (x,y) -> x `op` y) </span ><br |