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

definition:
takeBuffer :: SMT [SMT.Command]
takeBuffer = do
  buf <- gets buffer
  modify $ \s -> s { buffer = [] }
  return buf
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Get buffered SMT commands and empty buffer
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> _}
name:
takeBuffer
precedence:
no precedence defined
result-values:
_
signature:
SMT [Language.SMTLIB.Types.Command]
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms