definition: |
terminal :: Data token => token -> Parser token terminal sym (token:tokens) | sym=:=token = tokens |
demand: |
arguments 2 3 |
deterministic: |
deterministic operation |
documentation: |
--- A parser recognizing a particular terminal symbol. |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_,{:}) |-> _} |
name: |
terminal |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Prelude.Data a => a -> [a] -> [a] |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
possibly non-reducible on same data term |