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
Joshua Yanovski
iris-coq
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.
...
@@ -288,10 +288,6 @@ End freshness.
(
*
Deallocation
is
not
a
local
update
.
The
trouble
is
that
if
we
own
{
[
i
↦
x
]
}
,
(
*
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
.
*
)
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
:
Global
Instance
map_alter_update
`
{!
LocalUpdate
P
f
}
i
:
LocalUpdate
(
λ
m
,
∃
x
,
m
!!
i
=
Some
x
∧
P
x
)
(
alter
f
i
).
LocalUpdate
(
λ
m
,
∃
x
,
m
!!
i
=
Some
x
∧
P
x
)
(
alter
f
i
).
Proof
.
Proof
.
...
...
Write
Preview
Supports
Markdown
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