From 8ddfa0e4d0103d29fdc12b10489c4351b5875845 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Wed, 5 Apr 2017 02:54:21 -0400 Subject: Remove bad [Local] --- src/Util/Tactics/ChangeInAll.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Util/Tactics') 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 -- cgit v1.2.3