definition: |
ex_sm :: Graph String ex_sm = [("start", [1]), ("pgw", [1,2,4,3]), ("act", [2,6]), ("act", [3,7]), ("pgw", [5,6,8,7]), ("end", [8])] |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--------------------------------------------------------------------------- --- An example of a small hypergraph. |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {:}} |
name: |
ex_sm |
precedence: |
no precedence defined |
result-values: |
{:} |
signature: |
[(String, [Prelude.Int])] |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |