Skip to content
Snippets Groups Projects
Commit 4f300830 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Tweak changelog.

parent cbbb2896
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,8 @@ Coq development, but not every API-breaking change is listed. Changes marked
This has two consequences:
1. Coq's "new" unification algorithm (the one in `refine`, not the "old" one
in `apply`) is used more often by the proof mode tactics.
2. TC constraints are solved eagerly, see https://github.com/coq/coq/issues/6583.
2. Due to the use of `notypeclasses refine`, TC constraints are solved less
eagerly, see https://github.com/coq/coq/issues/6583.
In order to port your development, it is often needed to instantiate evars
explicitly (since TC search is performed less eagerly), and in few cases it is
needed to unfold definitions explicitly (due to new unification algorithm
......
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