definition: |
var2SMT :: Int -> Symbol var2SMT vi = 'x' : show (abs vi) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Transform a FlatCurry variable index into an SMT-LIB symbol |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {:}} |
name: |
var2SMT |
precedence: |
no precedence defined |
result-values: |
{:} |
signature: |
Prelude.Int -> String |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |