definition: |
eoi :: Grappa t () eoi [] = ((), []) |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- `eoi` succeeds only if the graph is already completely consumed. --- In this case, the result `()` is returned |
failfree: |
{[]} |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({[]}) |-> {(,)}} |
name: |
eoi |
precedence: |
no precedence defined |
result-values: |
{(,)} |
signature: |
[(a, [Prelude.Int])] -> ((), [(a, [Prelude.Int])]) |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
possibly non-reducible on same data term |