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
Tej Chajed
iris
Commits
c88f1674
Commit
c88f1674
authored
Nov 27, 2018
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Heap_lang proofmode tactics: use `wp_expr_simpl` everywhere.
parent
0013d853
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
theories/heap_lang/proofmode.v
theories/heap_lang/proofmode.v
+2
-2
No files found.
theories/heap_lang/proofmode.v
View file @
c88f1674
...
...
@@ -483,7 +483,7 @@ Tactic Notation "wp_cas_fail" :=
|
solve_mapsto
()
|
try
congruence
|
try
(
fast_done
||
(
left
;
fast_done
)
||
(
right
;
fast_done
))
(* vals_cas_compare_safe *)
|
simpl
;
try
wp_value_head
]
|
wp_expr_
simpl
;
try
wp_value_head
]
|
|-
envs_entails
_
(
twp
?s
?E
?e
?Q
)
=>
first
[
reshape_expr
e
ltac
:
(
fun
K
e'
=>
eapply
(
tac_twp_cas_fail
_
_
_
_
K
))
...
...
@@ -510,7 +510,7 @@ Tactic Notation "wp_cas_suc" :=
|
pm_reflexivity
|
try
congruence
|
try
fast_done
(* vals_cas_compare_safe *)
|
simpl
;
try
wp_value_head
]
|
wp_expr_
simpl
;
try
wp_value_head
]
|
|-
envs_entails
_
(
twp
?s
?E
?e
?Q
)
=>
first
[
reshape_expr
e
ltac
:
(
fun
K
e'
=>
eapply
(
tac_twp_cas_suc
_
_
_
_
_
K
))
...
...
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