diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-05-14 07:04:07 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-05-14 07:04:47 -0700 |
commit | 4e35c67c23875dc76a9a1409597b4c40f7834a70 (patch) | |
tree | bb5701633cf8cb6e4331ceb77d5620d7725a3617 /tests/lhs-test.latex+lhs | |
parent | 428595469e9e8848f550b758b456a7d0e8b295c1 (diff) | |
download | pandoc-4e35c67c23875dc76a9a1409597b4c40f7834a70.tar.gz |
LaTeX writer: More consistent interblock spacing.
Diffstat (limited to 'tests/lhs-test.latex+lhs')
-rw-r--r-- | tests/lhs-test.latex+lhs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lhs-test.latex+lhs b/tests/lhs-test.latex+lhs index 65b4787ff..05cd4dc14 100644 --- a/tests/lhs-test.latex+lhs +++ b/tests/lhs-test.latex+lhs @@ -55,6 +55,7 @@ unsplit :: (Arrow a) => (b -> c -> d) -> a (b, c) d unsplit = arr . uncurry -- arr (\op (x,y) -> x `op` y) \end{code} + \texttt{(***)} 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). |