Skip to content
GitLab
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
a2b62737
Commit
a2b62737
authored
Jul 27, 2016
by
Ralf Jung
Browse files
don't backtrace on the operator
parent
ebe7b443
Changes
1
Hide whitespace changes
Inline
Side-by-side
heap_lang/wp_tactics.v
View file @
a2b62737
...
...
@@ -82,7 +82,7 @@ Tactic Notation "wp_seq" := wp_let.
Tactic
Notation
"wp_op"
:
=
lazymatch
goal
with
|
|-
_
⊢
wp
?E
?e
?Q
=>
reshape_expr
e
ltac
:
(
fun
K
e'
=>
match
eval
hnf
in
e'
with
lazy
match
eval
hnf
in
e'
with
|
BinOp
LtOp
_
_
=>
wp_bind
K
;
apply
wp_lt
;
wp_finish
|
BinOp
LeOp
_
_
=>
wp_bind
K
;
apply
wp_le
;
wp_finish
|
BinOp
EqOp
_
_
=>
wp_bind
K
;
apply
wp_eq
;
wp_finish
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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