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

definition:
disconnect :: Connection -> IO ()
disconnect (SQLiteConnection h) = hClose h
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Disconnect from a database.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({SQLiteConnection}) |-> _}
name:
disconnect
precedence:
no precedence defined
result-values:
_
signature:
Connection -> Prelude.IO ()
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms