diff options
Diffstat (limited to 'tests/lhs-test.latex')
-rw-r--r-- | tests/lhs-test.latex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lhs-test.latex b/tests/lhs-test.latex index df94d4d5a..0b83f9c0a 100644 --- a/tests/lhs-test.latex +++ b/tests/lhs-test.latex @@ -75,6 +75,7 @@ return a single value: \CommentTok{-- arr (\textbackslash{}op (x,y) -> x `op` y) } \end{Highlighting} \end{Shaded} + \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). |