Top

Constraint solving framework employed by the Helium Compiler.

http://www.cs.uu.nl/wiki/bin/view/Helium/WebHome

Latest on Hackage:1.7

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.

LicenseRef-GPL licensed by Bastiaan Heeren, Jurriaan Hage
Maintained by [email protected]

At its most general, Top is a framework for constructing abstract interpretations which focuses on giving good feedback on why an abstract interpretation does not give any useful information. In a mathematical notation this is usually made explicit by returning the top element of a (complete) lattice. This is also one of the reasons for the name of the project.