CurryInfo: keydb-3.1.0 / Database.KeyDatabaseSQLite.getDB

definition:
getDB :: Query a -> Transaction a
getDB query = Trans . catchTrans $ runQ query >>= return . OK
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Lifts a database query to the transaction type such that it can be
--- composed with other transactions. Run-time errors that occur
--- during the execution of the given query are transformed into
--- transaction errors.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
getDB
precedence:
no precedence defined
result-values:
_
signature:
Query a -> Transaction a
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms