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

definition:
rollback :: DBAction ()
rollback = DBAction $ \conn -> do
  writeConnection "rollback;" conn
  return (Right ())
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Rollback a transaction.
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> _}
name:
rollback
precedence:
no precedence defined
result-values:
_
signature:
DBAction ()
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms