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
Iris
Iris
Commits
afa8efc2
Commit
afa8efc2
authored
Feb 22, 2016
by
Robbert Krebbers
Browse files
Use ewp tactic in heap_lang/tests.
parent
df418290
Changes
1
Hide whitespace changes
Inline
Side-by-side
heap_lang/tests.v
View file @
afa8efc2
...
...
@@ -65,9 +65,9 @@ Section LiftingTests.
-
wp_op
.
wp_op
.
(* TODO: Can we use the wp tactic again here? It seems that the tactic fails if there
are goals being generated. That should not be the case. *)
wp
_focus
(
FindPred
_
_
).
rewrite
-
FindPred_spec
;
last
by
omega
.
e
wp
apply
FindPred_spec
;
last
omega
.
wp_op
.
by
replace
(
n
-
1
)
with
(-
(-
n
+
2
-
1
))
by
omega
.
-
rewrite
-
FindPred_spec
;
eauto
with
omega
.
-
by
ewp
apply
FindPred_spec
;
eauto
with
omega
.
Qed
.
Lemma
Pred_user
E
:
...
...
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