Mentions légales du service

Skip to content
Snippets Groups Projects
Commit c98638bb authored by Gabriel Scherer's avatar Gabriel Scherer
Browse files

CHANGES entry on Solver errors

parent 547d59c1
No related branches found
No related tags found
No related merge requests found
Pipeline #760543 failed
...@@ -2,6 +2,16 @@ ...@@ -2,6 +2,16 @@
## 2022/06/03 ## 2022/06/03
* **Incompatible** changes to the Solver error-handling logic: instead of
raising several different exceptions, the solver now raises a single Error
exception carrying a datatype indicating the error case.
All errors now consistently report the source location when
available (if it was provided when building the constraint). This
improves in particular the error-reporting behavior of our
demonstration client, which is now able to show source locations on
type-checking errors.
* Support for rigid variables, that is, variables that cannot be unified with * Support for rigid variables, that is, variables that cannot be unified with
other rigid variables or with older flexible variables. These variables are other rigid variables or with older flexible variables. These variables are
introduced by the new combinators `letr1` and `letrn`. The exception introduced by the new combinators `letr1` and `letrn`. The exception
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment