Changes between Version 3 and Version 4 of ConstraintSolving
- Timestamp:
- 03/18/13 12:16:17 (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ConstraintSolving
v3 v4 1 This page is also found on [https://github.com/haskell/cabal/wiki/Constraint-Solving the new GitHub wiki]. 2 1 3 Trying to "finalise" a `GenericPackageDescription` to a `PackageDescription` can be seen as a constraint satisfaction problem. In this page we'll try to formalise the problem and give a translation of the problem into a constraint language. 2 4
