CurryInfo: det-parse-3.0.0 / DetParse.many

definition: Info
 
many :: Parser a -> Parser [a]
many p = some p <|> yield []
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Builds a parser that will apply the original parser arbitrarily many times.
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> {<|>._#lambda6}}
name: Info
 many
precedence: Info
 no precedence defined
result-values: Info
 {<|>._#lambda6}
signature: Info
 (String -> [(a, String)]) -> String -> [([a], String)]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 reducible on all ground data terms