symparsec
Safe HaskellNone
LanguageGHC2021

Symparsec.Parser.TakeRest

Synopsis

Documentation

data TakeRest (s :: FunKind PState (PReply Symbol)) Source #

Consume and return the rest of the input string.

Never fails. May return the empty string.

Instances

Instances details
type App TakeRest (s :: PState) Source # 
Instance details

Defined in Symparsec.Parser.TakeRest

type App TakeRest (s :: PState)