Commit d74632eb authored by Adam Chlipala's avatar Adam Chlipala

Working again with Coq 8.4

parent 9e80cf97
......@@ -822,6 +822,7 @@ Lemma cassociativity1 : forall A B C (f : A -> comp B) (g : B -> comp C) r c,
match goal with
| [ H : Bnd _ _ = Bnd _ _ |- _ ] => injection H; clear H; intros; try subst
end.
subst B.
crush.
inversion H; clear H; crush.
eauto.
......@@ -835,6 +836,7 @@ Lemma cassociativity2 : forall A B C (f : A -> comp B) (g : B -> comp C) r c,
match goal with
| [ H : Bnd _ _ = Bnd _ _ |- _ ] => injection H; clear H; intros; try subst
end.
subst A.
crush.
inversion H0; clear H0; crush.
eauto.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment