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