CurryInfo: det-parse-3.0.0 / DetParse.some

definition: Info
 
some :: Parser a -> Parser [a]
some p = (:) <$> p <*> many p
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Builds a parser that will apply the original parser at least once.
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> {<*>._#lambda10}}
name: Info
 some
precedence: Info
 no precedence defined
result-values: Info
 {<*>._#lambda10}
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