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
Jonas Kastberg
iris
Commits
52ab8de2
Commit
52ab8de2
authored
Feb 02, 2016
by
Robbert Krebbers
Browse files
Parenthesis bug in tactic. Thanks to Ralf for noting.
parent
58a354a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
barrier/heap_lang_tactics.v
View file @
52ab8de2
...
...
@@ -66,7 +66,7 @@ Ltac do_step tac :=
match
goal
with
|
|-
prim_step
?e1
?
σ
1
?e2
?
σ
2
?ef
=>
reshape_expr
e1
ltac
:
(
fun
K
e1'
=>
eapply
Ectx_step
with
K
e1'
_
)
;
[
reflexivity
|
reflexivity
|]
;
eapply
Ectx_step
with
K
e1'
_;
[
reflexivity
|
reflexivity
|]
;
first
[
apply
alloc_fresh
|
econstructor
]
;
rewrite
?to_of_val
;
tac
;
fail
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