Uploaded at Sep 28 16:08:52 2024 (UTC)
Succesfully tested at Oct 16 03:51:50 2024

Curry Package flatcurry-smt

flatcurry-smt

This package defines the Curry module FlatCurry.Names2SMT which contain mappings between some names of primitive operations occurring in FlatCurry programs, like arithmetic and relational operators, and their counterparts used in SMT solvers. For instance, the FlatCurry names

_impl#+#Prelude.Num#Prelude.Int
_impl#<=#Prelude.Ord#Prelude.Int

of the addition and less-or-equal operation on integers defined in the standard prelude correspond to the names + and <= used in SMT solvers.

This package is useful for tools which translate Curry programs into SMT formulas, e.g., to verify properties of Curry programs.


Download

Checkout with CPM:
cypm checkout flatcurry-smt 2.0.0
Package source:
flatcurry-smt-2.0.0.tar.gz [browse]
Source repository:
https://github.com/curry-packages/flatcurry-smt.git