|
definition: |
assert :: [Term] -> Command assert ts = case ts of [] -> nop [t] -> Assert t _ -> Assert $ tand ts |
|
demand: |
argument 1 |
|
deterministic: |
deterministic operation |
|
documentation: |
Generate an `assert` SMT-LIB command |
|
failfree: |
_ |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{({[]}) |-> {Echo} || ({:}) |-> _}
|
|
name: |
assert |
|
precedence: |
no precedence defined |
|
result-values: |
_ |
|
signature: |
[Language.SMTLIB.Types.Term] -> Language.SMTLIB.Types.Command |
|
solution-complete: |
operation might suspend on free variables |
|
terminating: |
yes |
|
totally-defined: |
reducible on all ground data terms |