Skip to content
/ eqsat Public

A language-generic implementation of equality saturation in Haskell

License

Notifications You must be signed in to change notification settings

taktoa/eqsat

Repository files navigation

eqsat

An implementation of equality saturation in Haskell.

Compiling

If you have Nix, you can easily build this project by running nix-build ./default.nix --no-out-link -Q. This will eventually print out a store path that looks like /nix/store/<hash>-eqsat-0.1.0, which contains the libraries and executables.

Note that this will only work with Z3 version 4.6.0 or higher.

Releases

No releases published

Packages

No packages published

Languages