definition: |
(|++|) :: ValueSequence a -> ValueSequence a -> ValueSequence a |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Concatenates two sequences of values. |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_) |-> _} |
name: |
|++| |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
ValueSequence a -> ValueSequence a -> ValueSequence a |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |