From 9ef0dfaf7c2aa0030b194ac040b071b4ce275fee Mon Sep 17 00:00:00 2001 From: msozeau Date: Wed, 1 Feb 2012 17:38:05 +0000 Subject: Fix unblocking code in dependent destruction due to zeta being used in unfold now. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14964 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Program/Equality.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theories/Program') diff --git a/theories/Program/Equality.v b/theories/Program/Equality.v index d9d0073be..d408845e7 100644 --- a/theories/Program/Equality.v +++ b/theories/Program/Equality.v @@ -389,7 +389,7 @@ Ltac unblock_dep_elim := match goal with | |- block ?T => match T with context [ block _ ] => - unfold block at 1 ; intros ; unblock_goal + change T ; intros ; unblock_goal end | _ => unblock_goal end. -- cgit v1.2.3