diff options
| author | Pierre-Marie Pédrot | 2016-07-20 22:42:23 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2016-07-20 22:42:23 +0200 |
| commit | 139204928e55f92f02d3b3dd1d6746e34fdcdb88 (patch) | |
| tree | 0f4824042031fa67499d758a4bc281d86cbf0712 /plugins | |
| parent | 9f003b933c2a3504683a84ed817021659e80bc8f (diff) | |
| parent | 3f08b7e490a9a9b6091f097d1440d3ba042a47c1 (diff) | |
Merge branch 'v8.6'
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/micromega/Env.v | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/micromega/Env.v b/plugins/micromega/Env.v index a19e9df904..7e3ef89293 100644 --- a/plugins/micromega/Env.v +++ b/plugins/micromega/Env.v @@ -93,7 +93,7 @@ End S. Ltac jump_simpl := repeat match goal with - | |- appcontext [jump xH] => rewrite (jump_simpl xH) - | |- appcontext [jump (xO ?p)] => rewrite (jump_simpl (xO p)) - | |- appcontext [jump (xI ?p)] => rewrite (jump_simpl (xI p)) + | |- context [jump xH] => rewrite (jump_simpl xH) + | |- context [jump (xO ?p)] => rewrite (jump_simpl (xO p)) + | |- context [jump (xI ?p)] => rewrite (jump_simpl (xI p)) end. |
