definition:
|
tripleCol :: ColumnSingleCollection a
-> ColumnSingleCollection b
-> ColumnSingleCollection c
-> ColumnTripleCollection a b c
tripleCol col1 col2 col3 = (col1, col2, col3)
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
---Constructor function for ColumnTripleCollection.
|
failfree:
|
(_, _, _)
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_,_,_) |-> {(,,)}}
|
name:
|
tripleCol
|
precedence:
|
no precedence defined
|
result-values:
|
{(,,)}
|
signature:
|
ColumnSingleCollection a -> ColumnSingleCollection b -> ColumnSingleCollection c
-> (ColumnSingleCollection a, ColumnSingleCollection b, ColumnSingleCollection c)
|
solution-complete:
|
operationally complete operation
|
terminating:
|
yes
|
totally-defined:
|
reducible on all ground data terms
|