Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Rodolphe Lepigre
Iris
Commits
24be0361
Commit
24be0361
authored
Aug 25, 2016
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
get rid of a fixed TODO
parent
6d038c53
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
heap_lang/lib/spawn.v
heap_lang/lib/spawn.v
+0
-1
No files found.
heap_lang/lib/spawn.v
View file @
24be0361
...
...
@@ -53,7 +53,6 @@ Lemma spawn_spec (Ψ : val → iProp Σ) e (f : val) (Φ : val → iProp Σ) :
⊢
WP
spawn
e
{{
Φ
}}.
Proof
.
iIntros
(<-%
of_to_val
?)
"(#Hh & Hf & HΦ)"
.
rewrite
/
spawn
/=.
(* TODO: Coq is printing %V here. *)
wp_let
.
wp_alloc
l
as
"Hl"
.
wp_let
.
iVs
(
own_alloc
(
Excl
()))
as
(
γ
)
"Hγ"
;
first
done
.
iVs
(
inv_alloc
N
_
(
spawn_inv
γ
l
Ψ
)
with
"[Hl]"
)
as
"#?"
.
...
...
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