definition: |
addSpan :: Span -> (a, [Span]) -> (a, [Span]) addSpan sp (a, ss) = (a, sp:ss) |
demand: |
argument 2 |
deterministic: |
deterministic operation |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,{(,)}) |-> {(,)}} |
name: |
addSpan |
precedence: |
no precedence defined |
result-values: |
{(,)} |
signature: |
Span -> (a, [Span]) -> (a, [Span]) |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |