definition: |
put :: SMTSession -> SMT () put s = SMT $ \_ -> return ((), s) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Set SMT session |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> _} |
name: |
put |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
SMTSession -> SMT () |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
reducible on all ground data terms |