mirror of
https://github.com/achlipala/frap.git
synced 2024-11-10 00:07:51 +00:00
Working again with Coq 8.6.1
This commit is contained in:
parent
e8c1980257
commit
c6cc13587c
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue