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
Marianna Rapoport
iris-coq
Commits
9a24440a
Commit
9a24440a
authored
Feb 03, 2016
by
Robbert Krebbers
Browse files
Merge branch 'v2.0' of gitlab.mpi-sws.org:FP/iris-coq into v2.0
parents
ee948028
70fcbb3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
barrier/heap_lang_tactics.v
View file @
9a24440a
...
@@ -83,4 +83,7 @@ Ltac do_step tac :=
...
@@ -83,4 +83,7 @@ Ltac do_step tac :=
eapply
Ectx_step
with
K
e1'
_;
[
reflexivity
|
reflexivity
|]
;
eapply
Ectx_step
with
K
e1'
_;
[
reflexivity
|
reflexivity
|]
;
first
[
apply
alloc_fresh
|
econstructor
]
;
first
[
apply
alloc_fresh
|
econstructor
]
;
rewrite
?to_of_val
;
tac
;
fail
)
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
.
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