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

Remove some left-over junk.

parent 75e50f13
No related branches found
No related tags found
No related merge requests found
......@@ -288,10 +288,6 @@ End freshness.
(* Deallocation is not a local update. The trouble is that if we own {[ i ↦ x ]},
then the frame could always own "unit x", and prevent deallocation. *)
(*
Lemma option_fmap_op {B : cmraT} (f : A → B) (mx my : option A) : f <$> mx ⋅ my = (f <$> mx) ⋅ (f <$> my).
Proof. destruct mx, my; simpl; try done.
*)
Global Instance map_alter_update `{!LocalUpdate P f} i :
LocalUpdate (λ m, x, m !! i = Some x P x) (alter f i).
Proof.
......
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