CurryInfo: cdbi-3.2.0 / Database.CDBI.Connection.failDB

definition:
failDB :: DBError -> DBAction a
failDB err = returnDB (Left err)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- A failed `DBAction` with a specific error.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
failDB
precedence:
no precedence defined
result-values:
_
signature:
DBError -> DBAction a
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms