definition: |
flowS :: (Node,Node) -> Grappa BPMNComp BPEL flowS (n1,n2) = (:[]) <$> flElemS (n1,n2) flowS (n1,n2) = (:) <$> flElemS (n1,n) <*> flowS (n,n2) where n free |
demand: |
argument 1 |
deterministic: |
possibly non-deterministic operation |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({(,)}) |-> {<*>}} |
name: |
flowS |
precedence: |
no precedence defined |
result-values: |
{<*>} |
signature: |
(Prelude.Int, Prelude.Int) -> [(BPMNComp, [Prelude.Int])] -> ([BPELComp], [(BPMNComp, [Prelude.Int])]) |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |