fix some more
This commit is contained in:
parent
474caa1885
commit
f4b7caaa61
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue