diff options
author | Maxime Dénès <mail@maximedenes.fr> | 2018-03-15 23:25:53 +0100 |
---|---|---|
committer | Maxime Dénès <mail@maximedenes.fr> | 2018-06-05 09:59:47 +0200 |
commit | d28c22a7b173fc78de98c8bf0f986cb163e210a0 (patch) | |
tree | 7087075e4ebeab0c10a3339f5f55cc75fa98386f /CHANGES | |
parent | f6538f1a7f8ad2bdc0bc446d4ca35078d55d63ee (diff) |
Make direct invocations of `simple apply` obey `Opaque` directive.
When called by auto, `simple apply` still does not respect `Opaque`
because of compatibility issues.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -25,6 +25,9 @@ Tactics - Deprecated the Implicit Tactic family of commands. +- The `simple apply` tactic now respects the `Opaque` flag when called from + Ltac (`auto` still does not respect it). + Tools - Coq_makefile lets one override or extend the following variables from |