CurryInfo: cdbi-3.2.0 / Database.CDBI.Criteria.trValue

definition:
trValue :: Value a -> String
trValue (Val              v) = valueToString v
trValue (Col (Column _ c) n) = trColumn c n
demand:
argument 1
deterministic:
deterministic operation
documentation:
-- Translate a Value to a String
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({Val}) |-> _ || ({Col}) |-> {:}}
name:
trValue
precedence:
no precedence defined
result-values:
_
signature:
Value a -> String
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term