From 4e35c67c23875dc76a9a1409597b4c40f7834a70 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 14 May 2012 07:04:07 -0700 Subject: LaTeX writer: More consistent interblock spacing. --- tests/lhs-test.latex+lhs | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/lhs-test.latex+lhs') 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). -- cgit v1.2.3