... | ... | @@ -26,7 +26,6 @@ Priority [HIGH] means that this actively affects how we do things and we have no |
|
|
|
|
|
* [HIGH] [#4381](https://github.com/coq/coq/issues/4381): `Tactic Notation` cannot set a scope for `constr` arguments, so we very often have to write `%I` manually.
|
|
|
* [HIGH] [#15768](https://github.com/coq/coq/issues/15768): it is not possible to stop `simpl` from unfolding some functions in some situations.
|
|
|
* [MEDIUM] [#13654](https://github.com/coq/coq/issues/13654): `Custom Entry` export behavior is broken. Work-around: no custom entry, a lot of notation duplication.
|
|
|
* [MEDIUM] [#2901](https://github.com/coq/coq/issues/2901): `destruct H` does not clear `H` if it is a section variable. Work-around in `naive_solver`: Clear manually.
|
|
|
* [MEDIUM] [#7773](https://github.com/coq/coq/issues/7773): `setoid_rewrite` fails where (ssreflect) `rewrite` and `rewrite ->` succeed. Work-around: Don't use `setoid_rewrite`. (So far, no case has come up where we absolutely needed `setoid_rewrite`.)
|
|
|
* [LOW] [#9661](https://github.com/coq/coq/issues/9661): Cannot disable generalization of implicit arguments in `` `{...} ``.
|
... | ... | |