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
Tej Chajed
iris
Commits
a8c1821a
Commit
a8c1821a
authored
Feb 14, 2016
by
Robbert Krebbers
Browse files
Remove outdated TODO.
parent
205a111e
Changes
1
Hide whitespace changes
Inline
Side-by-side
heap_lang/heap.v
View file @
a8c1821a
...
...
@@ -15,9 +15,6 @@ Proof. split; apply _. Qed.
Definition
to_heap
:
state
→
heapRA
:
=
fmap
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
}
(
γ
:
gname
)
(
l
:
loc
)
(
v
:
val
)
:
iPropG
heap_lang
Σ
:
=
auth_own
i
γ
{[
l
↦
Excl
v
]}.
...
...
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