Stop mentioning Coq bug fixed in Coq >= 8.13
1 unresolved thread
1 unresolved thread
This should wait till stdpp drops support for Coq 8.12, but that's soon IIUC.
Merge request reports
Activity
- Resolved by Paolo G. Giarrusso
added 14 commits
-
18a4fadb...3b04f543 - 13 commits from branch
iris:master
- a0a9944b - Stop mentioning Coq bug fixed in Coq >= 8.13
-
18a4fadb...3b04f543 - 13 commits from branch
added 1 commit
- f1d8b960 - Stop mentioning Coq bug fixed in Coq >= 8.13
- Resolved by Robbert Krebbers
mentioned in commit d0cfa8a5
26 26 Notably: 27 27 28 28 * `Generalizable All Variables`: This option enables implicit generalization in 29 arguments of the form `` `{...}`` (i.e., anonymous arguments). Unfortunately, it 30 also enables implicit generalization in `Instance`. We think that the fact 31 that both behaviors are coupled together is a 32 [bug in Coq](https://github.com/coq/coq/issues/6030). 29 arguments of the form `` `{...}`` (i.e., anonymous arguments) and in terms of 30 shape `` `{}``/`` `[]``/`` `()``. See [Coq's 31 manual](https://coq.inria.fr/distrib/current/refman/language/extensions/implicit-arguments.html#implicit-generalization) 32 for further details.
Please register or sign in to reply