sbvPlugin

Formally prove properties of Haskell programs using SBV/SMT

http://github.com/LeventErkok/sbvPlugin

Latest on Hackage:9.8.2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Levent Erkok
Maintained by Levent Erkok ([email protected])

GHC plugin for proving properties over Haskell functions using SMT solvers, based on the SBV package.

See Data.SBV.Plugin for a quick example, or the modules under Data.SBV.Plugin.Examples for more details.