definition: |
defSMTOpts :: SMTOpts defSMTOpts = SMTOpts { incremental = False , quiet = True , tracing = False , globalCmds = [] } |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- default options for SMT solving |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {SMTOpts}} |
name: |
defSMTOpts |
precedence: |
no precedence defined |
result-values: |
{SMTOpts} |
signature: |
Solver.SMTLIB.Types.SMTOpts |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |