definition: |
empty :: Parser () empty = yield () |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- A parser that consumes no input and results in the unit value. |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {yield._#lambda3}} |
name: |
empty |
precedence: |
no precedence defined |
result-values: |
{yield._#lambda3} |
signature: |
String -> [((), String)] |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |