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
Rodolphe Lepigre
Iris
Commits
c88f1674
Commit
c88f1674
authored
Nov 27, 2018
by
Robbert Krebbers
Browse files
Heap_lang proofmode tactics: use `wp_expr_simpl` everywhere.
parent
0013d853
Changes
1
Show whitespace changes
Inline
Side-by-side
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