|
|
|
@ -5,6 +5,10 @@
|
|
|
|
|
* **Incompatible** changes to the solver's high-level API.
|
|
|
|
|
The module `Inferno.SolverHi` has been renamed to `Inferno.Solver`.
|
|
|
|
|
The combinators `(^&)`, `map`, `($$)`, and `(^^)` have been removed.
|
|
|
|
|
The combinator `construct` has been renamed `shallow`.
|
|
|
|
|
The combinator `build` has been renamed `deep`.
|
|
|
|
|
The combinator `witness` has been renamed `decode`.
|
|
|
|
|
The combinator `instance_` has been removed.
|
|
|
|
|
|
|
|
|
|
* New functions `pprint` and `print`.
|
|
|
|
|
These functions allow printing a constraint.
|
|
|
|
|