definition: |
empty :: Parser _ empty sentence = sentence |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- The empty parser which recognizes the empty word. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> _} |
name: |
empty |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
[a] -> [a] |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |