@hackage z30.2.0

Bindings for the Z3 Theorem Prover

Bindings for the Z3 Theorem Prover.

This package is still a work in progress. Low and medium-level bindings to the Z3 API are provided (Z3.Base.C and Z3.Base) in the spirit of yices-painless. These APIs are still incomplete but usable. The high-level API (Z3.Lang) is still very experimental and likely to change.

Installation (Unix-like): Just be sure to use the standard locations for dynamic libraries (/usr/lib) and header files (/usr/include), or else use the appropriate Cabal flags.

Haddock documentation: http://www.iagoabal.eu/z3-haskell/doc

More information about Z3: