aboutsummaryrefslogtreecommitdiff
path: root/test/lhs-test.html
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-02-10 08:06:53 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2019-02-10 08:06:53 -0800
commitb6cf490efd214552b5d36b0c67bdfa0705cc1130 (patch)
treec193c472a2eae9ba5ec3d0a4a4b0464240c7bc2b /test/lhs-test.html
parentd0a5f2aded6ace0e6310b622d6560fa9fee1d9e3 (diff)
downloadpandoc-b6cf490efd214552b5d36b0c67bdfa0705cc1130.tar.gz
Use latest skylighting.
Diffstat (limited to 'test/lhs-test.html')
-rw-r--r--test/lhs-test.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lhs-test.html b/test/lhs-test.html
index 03dd347ff..067c8c4f6 100644
--- a/test/lhs-test.html
+++ b/test/lhs-test.html
@@ -83,7 +83,7 @@ code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warni
<p><code>unsplit</code> is an arrow that takes a pair of values and combines them to
return a single value:</p>
<div class="sourceCode" id="cb1"><pre class="sourceCode haskell literate"><code class="sourceCode haskell"><a class="sourceLine" id="cb1-1" title="1"><span class="ot">unsplit ::</span> (<span class="dt">Arrow</span> 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</a>
-<a class="sourceLine" id="cb1-2" title="2">unsplit <span class="fu">=</span> arr <span class="fu">.</span> <span class="fu">uncurry</span></a>
+<a class="sourceLine" id="cb1-2" title="2">unsplit <span class="ot">=</span> arr <span class="op">.</span> <span class="fu">uncurry</span></a>
<a class="sourceLine" id="cb1-3" title="3"> <span class="co">-- arr (\op (x,y) -&gt; x `op` y)</span></a></code></pre></div>
<p><code>(***)</code> combines two arrows into a new arrow by running the two arrows on a
pair of values (one arrow on the first item of the pair and one arrow on the