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