CurryInfo: det-parse-3.0.0 / DetParse.char

definition: Info
 
char :: Char -> Parser ()
char c = check (c==) anyChar *> yield ()
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Builds a parser that consumes a specific character and results in the unit
value.
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> {<*>._#lambda10}}
name: Info
 char
precedence: Info
 no precedence defined
result-values: Info
 {<*>._#lambda10}
signature: Info
 Prelude.Char -> String -> [((), String)]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms