Fix a Haddock error

This commit is contained in:
John Wiegley 2018-04-10 11:46:44 -07:00
parent 6170aa316d
commit 23ffa24a59

View file

@ -259,7 +259,6 @@ nixString = lexeme (doubleQuoted <|> indented <?> "string")
stringChar end escStart esc = esc
<|> Antiquoted <$> (antiStart *> nixToplevelForm <* char '}')
-- ^ don't skip trailing space
<|> Plain . singleton <$> char '$'
<|> Plain . pack <$> some plainChar
where