Skip to content

Commit

Permalink
Close an admit
Browse files Browse the repository at this point in the history
  • Loading branch information
upamanyus committed Dec 17, 2024
1 parent 2b7c74a commit 95f62a5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/goose_lang/lifting.v
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,8 @@ Proof.
rewrite own_globals_unseal.
rewrite -own_op.
iApply (own_update_2 with "H1 H2").
apply auth_update.
(* FIXME: prove local update. *)
Admitted.
by apply auth_update, option_local_update, exclusive_local_update.
Qed.

Lemma globals_name_init `(hT: globals_preG Σ) (g : gmap string val) :
⊢ |==> ∃ new_globals_name : gname, let _ := globalsGS_update_pre Σ hT new_globals_name in
Expand Down

0 comments on commit 95f62a5

Please sign in to comment.