CurryInfo: cdbi-3.2.0 / Database.CDBI.ER.sixCol

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