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

definition:
colNum :: Column a -> Int -> Value a
colNum c n = Col c n
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Constructor for a Value Col with a rename-number
--- @param c - The column
--- @param n - The rename-number
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> {Col}}
name:
colNum
precedence:
no precedence defined
result-values:
{Col}
signature:
Database.CDBI.Description.Column a -> Prelude.Int -> Value a
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms