definition: |
getTrace :: SMT [SMT.Command] getTrace = gets trace |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Get trace of SMT commands |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> _} |
name: |
getTrace |
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 |