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
Rice Wine
Iris
Commits
42281a34
Commit
42281a34
authored
Jul 13, 2016
by
Jacques-Henri Jourdan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo
parent
aa81760b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
heap_lang/proofmode.v
heap_lang/proofmode.v
+2
-2
No files found.
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