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
70fcbb3c
Commit
70fcbb3c
authored
Feb 03, 2016
by
Ralf Jung
Browse files
actuall make do_step work on heap_step goals
parent
fb144483
Changes
1
Hide whitespace changes
Inline
Side-by-side
barrier/heap_lang_tactics.v
View file @
70fcbb3c
...
...
@@ -83,4 +83,7 @@ Ltac do_step tac :=
eapply
Ectx_step
with
K
e1'
_;
[
reflexivity
|
reflexivity
|]
;
first
[
apply
alloc_fresh
|
econstructor
]
;
rewrite
?to_of_val
;
tac
;
fail
)
|
|-
head_step
?e1
?
σ
1
?e2
?
σ
2
?ef
=>
first
[
apply
alloc_fresh
|
econstructor
]
;
rewrite
?to_of_val
;
tac
;
fail
end
.
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