definition: |
process :: Grappa String () process = edge ("start", [n1]) *> flow (n1,n2) *> edge ("end", [n2]) where n1,n2 free |
demand: |
no demanded arguments |
deterministic: |
possibly non-deterministic operation |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {<*>}} |
name: |
process |
precedence: |
no precedence defined |
result-values: |
{<*>} |
signature: |
[(String, [Prelude.Int])] -> ((), [(String, [Prelude.Int])]) |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |