mirror of
https://github.com/achlipala/frap.git
synced 2024-11-10 00:07:51 +00:00
SharedMemory: make work with Coq 8.5
This commit is contained in:
parent
4744a4039c
commit
512f585d90
1 changed files with 1 additions and 1 deletions
|
@ -705,7 +705,7 @@ Proof.
|
||||||
first_order; eauto.
|
first_order; eauto.
|
||||||
|
|
||||||
eapply step_nextAction_other in H0; eauto; first_order; subst; try equality.
|
eapply step_nextAction_other in H0; eauto; first_order; subst; try equality.
|
||||||
eapply commutes_sound' with (c2 := c2) (c1 := Write a v) in H3; eauto.
|
eapply commutes_sound' with (c2 := c2) (c1 := Write a v) in H; eauto; try solve [ simplify; sets ].
|
||||||
first_order; eauto.
|
first_order; eauto.
|
||||||
|
|
||||||
eapply step_nextAction_other in H0; eauto; first_order; subst; try equality.
|
eapply step_nextAction_other in H0; eauto; first_order; subst; try equality.
|
||||||
|
|
Loading…
Reference in a new issue