CurryInfo: det-parse-3.0.0 / DetParse.check

definition: Info
 
check :: (a -> Bool) -> Parser a -> Parser a
check ok p = filter (ok . fst) . p
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Builds a parser that succeeds if the predicate holds on the result of the
original parser.
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> {.._#lambda508}}
name: Info
 check
precedence: Info
 no precedence defined
result-values: Info
 {.._#lambda508}
signature: Info
 (a -> Prelude.Bool) -> (String -> [(a, String)]) -> String -> [(a, String)]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms