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

Merge branch 'revise-readme' into 'master'

Stop mentioning Coq bug fixed in Coq >= 8.13

See merge request !438
parents 3b04f543 f1d8b960
No related branches found
No related tags found
1 merge request!438Stop mentioning Coq bug fixed in Coq >= 8.13
Pipeline #77770 passed
...@@ -26,10 +26,10 @@ Importing std++ has some side effects as the library sets some global options. ...@@ -26,10 +26,10 @@ Importing std++ has some side effects as the library sets some global options.
Notably: Notably:
* `Generalizable All Variables`: This option enables implicit generalization in * `Generalizable All Variables`: This option enables implicit generalization in
arguments of the form `` `{...}`` (i.e., anonymous arguments). Unfortunately, it arguments of the form `` `{...}`` (i.e., anonymous arguments) and in terms of
also enables implicit generalization in `Instance`. We think that the fact shape `` `{}``/`` `[]``/`` `()``. See [Coq's
that both behaviors are coupled together is a manual](https://coq.inria.fr/distrib/current/refman/language/extensions/implicit-arguments.html#implicit-generalization)
[bug in Coq](https://github.com/coq/coq/issues/6030). for further details.
* The behavior of `Program` is tweaked: `Unset Transparent Obligations`, * The behavior of `Program` is tweaked: `Unset Transparent Obligations`,
`Obligation Tactic := idtac`, `Add Search Blacklist "_obligation_"`. See `Obligation Tactic := idtac`, `Add Search Blacklist "_obligation_"`. See
[`base.v`](theories/base.v) for further details. [`base.v`](theories/base.v) for further details.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment