aboutsummaryrefslogtreecommitdiff
path: root/src/Util/Tactics
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-04-05 02:54:21 -0400
committerGravatar Jason Gross <jgross@mit.edu>2017-04-05 02:54:21 -0400
commit8ddfa0e4d0103d29fdc12b10489c4351b5875845 (patch)
tree2af01f7fd4b6e42716af545800ba42576599dafc /src/Util/Tactics
parent208e82769300c888d34fb94266b74a3906125789 (diff)
Remove bad [Local]
Diffstat (limited to 'src/Util/Tactics')
-rw-r--r--src/Util/Tactics/ChangeInAll.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Util/Tactics/ChangeInAll.v b/src/Util/Tactics/ChangeInAll.v
index 865a723da..39a031207 100644
--- a/src/Util/Tactics/ChangeInAll.v
+++ b/src/Util/Tactics/ChangeInAll.v
@@ -1,6 +1,6 @@
(** Work around "Cannot create self-referring hypothesis" coming from
[change x with y in *] *)
-Local Ltac change_in_all from to :=
+Ltac change_in_all from to :=
change from with to;
repeat match goal with
| [ H : _ |- _ ] => progress change from with to in H