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

definition:
bufferCmds :: [SMT.Command] -> SMT ()
bufferCmds cmds = modify $ \s -> s { buffer = buffer s ++ cmds }
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Buffer given SMT-LIB commands
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
bufferCmds
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