aboutsummaryrefslogtreecommitdiff
path: root/tests/lhs-test.nohl.html+lhs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-02-04 23:09:51 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2011-02-04 23:09:51 -0800
commitbb89fd99596020f5d7b5bc00c0fe783fb2d1de12 (patch)
tree84d987fd6017a6af5eda112507c6341f527b6faf /tests/lhs-test.nohl.html+lhs
parent58929eb4e5d63d13cb660a808a38fb2871e10d68 (diff)
downloadpandoc-bb89fd99596020f5d7b5bc00c0fe783fb2d1de12.tar.gz
Updated tests.
Diffstat (limited to 'tests/lhs-test.nohl.html+lhs')
-rw-r--r--tests/lhs-test.nohl.html+lhs9
1 files changed, 1 insertions, 8 deletions
diff --git a/tests/lhs-test.nohl.html+lhs b/tests/lhs-test.nohl.html+lhs
index e18ee4ce1..ef9967ec2 100644
--- a/tests/lhs-test.nohl.html+lhs
+++ b/tests/lhs-test.nohl.html+lhs
@@ -7,22 +7,15 @@
</head>
<body>
<h1 id="lhs-test">lhs test</h1>
-
<p><code>unsplit</code> is an arrow that takes a pair of values and combines them to return a single value:</p>
-
<pre class="sourceCode literate haskell"><code>&gt; unsplit :: (Arrow a) =&gt; (b -&gt; c -&gt; d) -&gt; a (b, c) d
&gt; unsplit = arr . uncurry
&gt; -- arr (\op (x,y) -&gt; x `op` y)
</code></pre>
-
<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 second item of the pair).</p>
-
<pre><code>f *** g = first f &gt;&gt;&gt; second g
</code></pre>
-
<p>Block quote:</p>
-
-<blockquote>
-<p>foo bar</p></blockquote>
+<blockquote><p>foo bar</p></blockquote>
</body>
</html>