From 05a217091f47b11d31eac687c6f62caeada4fb14 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 27 Jan 2020 08:25:25 -0800 Subject: [PATCH] Fix test suite for new skylighting. Closes #6086. --- test/lhs-test.latex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/lhs-test.latex b/test/lhs-test.latex index 706aaf490..48d557b27 100644 --- a/test/lhs-test.latex +++ b/test/lhs-test.latex @@ -95,9 +95,9 @@ return a single value: \begin{Shaded} \begin{Highlighting}[] -\OtherTok{unsplit ::}\NormalTok{ (}\DataTypeTok{Arrow}\NormalTok{ a) }\OtherTok{=>}\NormalTok{ (b }\OtherTok{{-}>}\NormalTok{ c }\OtherTok{{-}>}\NormalTok{ d) }\OtherTok{{-}>}\NormalTok{ a (b, c) d} +\OtherTok{unsplit ::}\NormalTok{ (}\DataTypeTok{Arrow}\NormalTok{ a) }\OtherTok{=\textgreater{}}\NormalTok{ (b }\OtherTok{{-}\textgreater{}}\NormalTok{ c }\OtherTok{{-}\textgreater{}}\NormalTok{ d) }\OtherTok{{-}\textgreater{}}\NormalTok{ a (b, c) d} \NormalTok{unsplit }\OtherTok{=}\NormalTok{ arr }\OperatorTok{.} \FunctionTok{uncurry} - \CommentTok{{-}{-} arr (\textbackslash{}op (x,y) {-}> x \textasciigrave{}op\textasciigrave{} y)} + \CommentTok{{-}{-} arr (\textbackslash{}op (x,y) {-}\textgreater{} x \textasciigrave{}op\textasciigrave{} y)} \end{Highlighting} \end{Shaded}