definition: |
var :: String -> Term var str = tcomb str [] |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Construct SMT-LIB term from a string |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {TComb}} |
name: |
var |
precedence: |
no precedence defined |
result-values: |
{TComb} |
signature: |
String -> Language.SMTLIB.Types.Term |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |