Working again with Coq 8.6.1

This commit is contained in:
Adam Chlipala 2017-11-18 12:15:15 -05:00
parent e8c1980257
commit c6cc13587c
2 changed files with 2 additions and 2 deletions

View file

@ -351,7 +351,7 @@ Proof.
eapply plug_deterministic in H0; eauto.
invert H0.
match goal with
| [ H : step0 _ l' _ |- _ ] => eapply deterministic0 in H; eauto
| [ H : step0 _ _ _, H' : step0 _ _ _ |- _ ] => eapply deterministic0 in H; [ | apply H' ]
end.
propositional; subst; auto.
invert H0.

View file

@ -281,7 +281,7 @@ Proof.
eapply plug_deterministic in H0; eauto.
invert H0.
match goal with
| [ H : step0 _ l' _ |- _ ] => eapply deterministic0 in H; eauto
| [ H : step0 _ _ _, H' : step0 _ _ _ |- _ ] => eapply deterministic0 in H; [ | apply H' ]
end.
propositional; subst; auto.
invert H0.