symparsec
Safe HaskellNone
LanguageGHC2021

Symparsec.Parser.While

Synopsis

Documentation

data While (chPred :: Char ~> Bool) (p :: PParser a) (s :: FunKind PState (PReply a)) Source #

Run the given parser while the given character predicate succeeds.

Instances

Instances details
type App (While chPred p :: FunKind PState (PReply a) -> Type) (s :: PState) Source # 
Instance details

Defined in Symparsec.Parser.While

type App (While chPred p :: FunKind PState (PReply a) -> Type) (s :: PState)