Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pierre-Marie Pédrot
Iris
Commits
40771763
Commit
40771763
authored
Feb 11, 2016
by
Robbert Krebbers
Browse files
Remove some left-over junk.
parent
75e50f13
Changes
1
Hide whitespace changes
Inline
Side-by-side
algebra/fin_maps.v
View file @
40771763
...
...
@@ -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
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment