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

definition:
dumpSession :: SMTSession -> IO ()
dumpSession s = writeSMTDump "smtDump" (rmvEchos $ trace s)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Produce dump of SMT-LIB commands used during an SMT session
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
dumpSession
precedence:
no precedence defined
result-values:
_
signature:
SMTSession -> Prelude.IO ()
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term