SharedMemory: make work with Coq 8.5

This commit is contained in:
Adam Chlipala 2016-04-25 09:00:28 -04:00
parent 4744a4039c
commit 512f585d90

View file

@ -705,7 +705,7 @@ Proof.
first_order; eauto.
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.
eapply step_nextAction_other in H0; eauto; first_order; subst; try equality.