Symparsec.Parser.Count
data Count (n :: Natural) (p :: PParser a) (s :: FunKind PState (PReply [a])) Source #
Count n p parses n occurrences of p.
Count n p
Count
n
p
Defined in Symparsec.Parser.Count