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

definition:
colVal :: Column a -> Value a -> ColVal
colVal c v = ColVal (toCColumn c) (toCValue v)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- A constructor for ColVal needed for typesafety
--- @param c - The Column
--- @param v - The Value
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> {ColVal}}
name:
colVal
precedence:
no precedence defined
result-values:
{ColVal}
signature:
Database.CDBI.Description.Column a -> Value a -> ColVal
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms