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