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