aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/04-tactics/12366-fix-exists.rst
blob: 6d976ff5622c60f3f91cd685a41073ba3ceecef1 (plain)
1
2
3
4
5
6
7
- **Changed:**
  When using :tacn:`exists` or :tacn:`eexists` with multiple arguments,
  the evaluation of arguments and applications of constructors are now interleaved.
  This improves unification in some cases
  (`#12366 <https://github.com/coq/coq/pull/12366>`_,
  fixes `#12365 <https://github.com/coq/coq/issues/12365>`_,
  by Attila Gáspár).