CurryInfo: keydb-3.1.0 / Database.KeyDatabaseSQLite.showTError

definition:
showTError :: TError -> String
showTError (TError k s) = "Transaction error " ++ show k ++ ": " ++ s
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Transforms a transaction error into a string.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({TError}) |-> _}
name:
showTError
precedence:
no precedence defined
result-values:
_
signature:
TError -> String
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms