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