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
Dan Frumin
iris-coq
Commits
42281a34
Commit
42281a34
authored
Jul 13, 2016
by
Jacques-Henri Jourdan
Browse files
Fix typo
parent
aa81760b
Changes
1
Hide whitespace changes
Inline
Side-by-side
heap_lang/proofmode.v
View file @
42281a34
...
...
@@ -17,7 +17,7 @@ Global Instance into_sep_mapsto l q v :
Proof
.
by
rewrite
/
IntoSep
heap_mapsto_op_split
.
Qed
.
Lemma
tac_wp_alloc
Δ
Δ'
N
E
j
e
v
Φ
:
to_val
e
=
Some
v
→
to_val
e
=
Some
v
→
(
Δ
⊢
heap_ctx
N
)
→
nclose
N
⊆
E
→
IntoLaterEnvs
Δ
Δ'
→
(
∀
l
,
∃
Δ''
,
...
...
@@ -129,7 +129,7 @@ Tactic Notation "wp_load" :=
|
solve_ndisj
|
apply
_
|
let
l
:=
match
goal
with
|-
_
=
Some
(
_
,
(
?
l
↦
{
_
}
_
)
%
I
)
=>
l
end
in
iAssumptionCore
||
fail
"wp_
cas_fail
: cannot find"
l
"↦ ?"
iAssumptionCore
||
fail
"wp_
load
: cannot find"
l
"↦ ?"
|
wp_finish
]
|
_
=>
fail
"wp_load: not a 'wp'"
end
.
...
...
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