diff src/GeneralRec.v @ 547:2c8c693ddaba

Fixes for Coq 8.6
author Adam Chlipala <adam@chlipala.net>
date Wed, 12 Jul 2017 13:08:24 -0400
parents ed829eaa91b2
children a43fd2ba7ad3
line wrap: on
line diff
--- a/src/GeneralRec.v	Thu May 12 18:09:36 2016 -0500
+++ b/src/GeneralRec.v	Wed Jul 12 13:08:24 2017 -0400
@@ -822,10 +822,6 @@
   match goal with
     | [ H : Bnd _ _ = Bnd _ _ |- _ ] => injection H; clear H; intros; try subst
   end.
-  move H3 after A.
-  generalize dependent B0.
-  do 2 intro.
-  subst.
   crush.
   inversion H; clear H; crush.
   eauto.
@@ -839,10 +835,6 @@
   match goal with
     | [ H : Bnd _ _ = Bnd _ _ |- _ ] => injection H; clear H; intros; try subst
   end.
-  move H3 after B.
-  generalize dependent B0.
-  do 2 intro.
-  subst.
   crush.
   inversion H0; clear H0; crush.
   eauto.