diff options
author | John MacFarlane <jgm@berkeley.edu> | 2011-01-06 21:04:57 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2011-01-06 21:04:57 -0800 |
commit | 71bedab81c012be50c6605ed0dbf4ef936cde05e (patch) | |
tree | a90d0dbad49c05bcf7fcc9285b023257ffec000e /tests/lhs-test.html | |
parent | c4c336460bb99bad2cca8c693452978d6ad8a5dd (diff) | |
download | pandoc-71bedab81c012be50c6605ed0dbf4ef936cde05e.tar.gz |
LHS test changes for new wrapping & highlighting-kate version.
Diffstat (limited to 'tests/lhs-test.html')
-rw-r--r-- | tests/lhs-test.html | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/tests/lhs-test.html b/tests/lhs-test.html index 1cfcb199a..5a0f27af7 100644 --- a/tests/lhs-test.html +++ b/tests/lhs-test.html @@ -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 - >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" |