Warn about export/declare/local masking return values.

This commit is contained in:
Vidar Holen
2015-03-08 14:17:43 -07:00
parent 0a2cf208c8
commit 0e1a64b6ba
2 changed files with 24 additions and 1 deletions

View File

@@ -950,7 +950,7 @@ readNormalEscaped = called "escaped char" $ do
pos <- getPosition
backslash
do
next <- quotable <|> oneOf "?*@!+[]{}.,~"
next <- quotable <|> oneOf "?*@!+[]{}.,~#"
return $ if next == '\n' then "" else [next]
<|>
do