diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-12-10 12:29:29 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-12-10 12:29:29 -0400 |
commit | 589f90b4c2f054123eb469fc2a076d93ddd57bc7 (patch) | |
tree | 77cd475f545b42a1b59cadcd482a5df15782a49c /Build | |
parent | a2034c4c62ade5dc2dcd46d0b8706236de989df1 (diff) |
fix some more
Diffstat (limited to 'Build')
-rw-r--r-- | Build/EvilSplicer.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/EvilSplicer.hs b/Build/EvilSplicer.hs index 425971723..9a9dffa42 100644 --- a/Build/EvilSplicer.hs +++ b/Build/EvilSplicer.hs @@ -509,7 +509,7 @@ mangleCode = flip_colon then unexpected "second line of lambda" else if "=>" `isSuffixOf` lastline then unexpected "probably type signature" - else return $ "\n" ++ indent1 ++ "; " ++ prefix ++ " -> " + else return $ "\n" ++ lastline ++ "\n" ++ indent1 ++ "; " ++ prefix ++ " -> " {- Sometimes cases themselves span multiple lines: - - Nothing |