CurryInfo: cdbi-3.2.0 / Database.CDBI.Description.sqlCharOrNull

definition:
sqlCharOrNull :: (Maybe Char) -> SQLValue
sqlCharOrNull Nothing = SQLNull
sqlCharOrNull (Just a) = SQLChar a
demand:
argument 1
deterministic:
deterministic operation
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({Nothing}) |-> {SQLNull} || ({Just}) |-> {SQLChar}}
name:
sqlCharOrNull
precedence:
no precedence defined
result-values:
{SQLChar,SQLNull}
signature:
Prelude.Maybe Prelude.Char -> Database.CDBI.Connection.SQLValue
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms