@hackage Top1.7
Constraint solving framework employed by the Helium Compiler.
Categories
License
LicenseRef-GPL
Maintainer
helium@cs.uu.nl
Links
Versions
- 1.7 Tue, 21 Aug 2012
Installation
Dependencies (3)
- base >=3 && <5
- containers
- mtl Show all…
Dependents (2)
@hackage/acme-everything, @hackage/helium
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.