Definition of some names of primitive operations occurring in FlatCurry programs, like arithmetic and relational operators, and their counterparts used in SMT solvers.
Author: Michael Hanus
Version: September 2024
unaryPrimOps
:: [(String,String)]
Primitive unary operations of the prelude and their SMT names. |
binaryPrimOps
:: [(String,String)]
Primitive binary operations of the prelude and their SMT names. |
Primitive unary operations of the prelude and their SMT names.
|
Primitive binary operations of the prelude and their SMT names.
|