Symparsec.Parser.TakeRest
data TakeRest (s :: FunKind PState (PReply Symbol)) Source #
Consume and return the rest of the input string.
Never fails. May return the empty string.
Defined in Symparsec.Parser.TakeRest