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

definition:
optTracing :: [SMT.Command] -> SMT ()
optTracing buf = do
  s <- get
  when (tracing $ options s) (put s { trace = trace s ++ buf })
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Optional tracing of SMT-LIB commands in the given buffer
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
optTracing
precedence:
no precedence defined
result-values:
_
signature:
[Language.SMTLIB.Types.Command] -> SMT ()
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms