definition: |
tvar :: Int -> Term tvar vi = tcomb (var2SMT vi) [] |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Construct SMT-LIB term from given variable index |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {TComb}} |
name: |
tvar |
precedence: |
no precedence defined |
result-values: |
{TComb} |
signature: |
Prelude.Int -> Language.SMTLIB.Types.Term |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |