CurryInfo: smtlib-solver-3.0.0 / Solver.SMTLIB.Internal.Interaction.termSession

definition:
termSession :: SMTSession -> IO ()
termSession (SMTSession (i, o, e) _ _ opts _ _) = do
  unless (quiet opts) $ putStrLn "Terminating session."
  hClose i
  hClose o
  hClose e
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Terminate SMT solver process
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({SMTSession}) |-> _}
name:
termSession
precedence:
no precedence defined
result-values:
_
signature:
SMTSession -> Prelude.IO ()
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms