CurryInfo: det-parse-3.0.0 / DetParse.many

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