definition: |
lit2SMT :: Literal -> SMT.Term lit2SMT (Intc i) = tint i lit2SMT (Floatc f) = tfloat f lit2SMT (Charc c) = tchar c |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Translates a literal into an SMT expression. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({Intc}) |-> _ || ({Floatc}) |-> _ || ({Charc}) |-> _} |
name: |
lit2SMT |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
FlatCurry.Types.Literal -> Language.SMTLIB.Types.Term |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |