Skip to content
Snippets Groups Projects
Verified Commit 7e33ffcb authored by Tej Chajed's avatar Tej Chajed
Browse files

Remove mention of string ident plugin

parent 1375d6aa
No related branches found
No related tags found
No related merge requests found
...@@ -102,9 +102,11 @@ Coq development, but not every API-breaking change is listed. Changes marked ...@@ -102,9 +102,11 @@ Coq development, but not every API-breaking change is listed. Changes marked
+ `singleton_included``singleton_included_l`. + `singleton_included``singleton_included_l`.
+ `singleton_included_exclusive``singleton_included_exclusive_l` + `singleton_included_exclusive``singleton_included_exclusive_l`
* The proof mode now supports names for pure facts in intro patterns. Support * The proof mode now supports names for pure facts in intro patterns. Support
requires implementing `string_to_ident` with either a plugin or Ltac2, which requires implementing `string_to_ident`. Without this tactic such patterns
only work on Coq 8.10 and Coq 8.11 respectively. Without this tactic such will fail. We provide one implementation at
patterns will fail. https://gitlab.mpi-sws.org/iris/string-ident using Ltac2 which works with Coq
8.11. See the [README](https://gitlab.mpi-sws.org/iris/string-ident) for opam
installation instructions.
**Changes in heap_lang:** **Changes in heap_lang:**
......
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