Skip to content

Commit

Permalink
Change log for coq#18395
Browse files Browse the repository at this point in the history
  • Loading branch information
herbelin authored and louiseddp committed Feb 27, 2024
1 parent e46f57d commit 8c2e30f
Showing 1 changed file with 10 additions and 0 deletions.
@@ -0,0 +1,10 @@
- **Changed:**
Tactic :g:`intro z` on an existential variable goal forces the resolution
of the existential variable into a goal :g:`forall z:?T, ?P`, which
becomes :g:`?P` in context :g:`z:?T` after introduction. The
existential variable :n:`?P` itself is now defined in a context
where the variable of type `?T` is also named :g:`z`, as specified
by :tacn:`intro` instead of :g:`x` as it was conventionally the case
before
(`#18395 <https://github.com/coq/coq/pull/18395>`_,
by Hugo Herbelin).

0 comments on commit 8c2e30f

Please sign in to comment.