hsmisc-1.2: A collection of miscellaneous modules
HsMisc.Parsec.Char
Description
Some useful additional Parsec Char parsers
Synopsis
eol :: GenParser Char st Char Source
Considers end of file and newline to both be end of line
tillEol :: GenParser Char st String Source
Everything up to the end of line (as defined above)