Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Iris
Fairis
Commits
a8c1821a
Commit
a8c1821a
authored
Feb 14, 2016
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove outdated TODO.
parent
205a111e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
heap_lang/heap.v
heap_lang/heap.v
+0
-3
No files found.
heap_lang/heap.v
View file @
a8c1821a
...
@@ -15,9 +15,6 @@ Proof. split; apply _. Qed.
...
@@ -15,9 +15,6 @@ Proof. split; apply _. Qed.
Definition
to_heap
:
state
→
heapRA
:=
fmap
Excl
.
Definition
to_heap
:
state
→
heapRA
:=
fmap
Excl
.
Definition
of_heap
:
heapRA
→
state
:=
omap
(
maybe
Excl
).
Definition
of_heap
:
heapRA
→
state
:=
omap
(
maybe
Excl
).
(
*
TODO
:
Do
we
want
to
expose
heap
ownership
based
on
the
state
,
or
the
heapRA
?
The
former
does
not
expose
the
annoying
"Excl"
,
so
for
now
I
am
going
for
that
.
We
should
be
able
to
derive
the
lemmas
we
want
for
this
,
too
.
*
)
Definition
heap_mapsto
{
Σ
}
(
i
:
gid
)
`
{
HeapInG
Σ
i
}
Definition
heap_mapsto
{
Σ
}
(
i
:
gid
)
`
{
HeapInG
Σ
i
}
(
γ
:
gname
)
(
l
:
loc
)
(
v
:
val
)
:
iPropG
heap_lang
Σ
:=
(
γ
:
gname
)
(
l
:
loc
)
(
v
:
val
)
:
iPropG
heap_lang
Σ
:=
auth_own
i
γ
{
[
l
↦
Excl
v
]
}
.
auth_own
i
γ
{
[
l
↦
Excl
v
]
}
.
...
...
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