Skip to content
Snippets Groups Projects
Commit c607d496 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Avoid breaking invariant abstraction to establish proof mode instance.

parent bcedf1c7
No related branches found
No related tags found
No related merge requests found
...@@ -169,8 +169,8 @@ Section inv. ...@@ -169,8 +169,8 @@ Section inv.
(N E) True (fupd E (E N)) (fupd (E N) E) (N E) True (fupd E (E N)) (fupd (E N) E)
(λ _ : (), ( P)%I) (λ _ : (), ( P)%I) (λ _ : (), None). (λ _ : (), ( P)%I) (λ _ : (), ( P)%I) (λ _ : (), None).
Proof. Proof.
rewrite inv_unseal /IntoAcc /accessor bi.exist_unit. rewrite /IntoAcc /accessor bi.exist_unit.
iIntros (?) "#Hinv _". iApply "Hinv"; done. iIntros (?) "#Hinv _". by iApply inv_acc.
Qed. Qed.
(** ** Derived properties *) (** ** Derived properties *)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment