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
Pierre-Marie Pédrot
Iris
Commits
31321366
Commit
31321366
authored
Jan 30, 2016
by
Ralf Jung
Browse files
demonstrate the folding problem
parent
212b1b02
Changes
1
Hide whitespace changes
Inline
Side-by-side
barrier/tests.v
View file @
31321366
...
...
@@ -115,4 +115,11 @@ Module LiftingTests.
+
by
apply
const_intro
;
omega
.
+
done
.
Qed
.
Goal
∀
E
,
True
⊑
wp
(
Σ
:
=
Σ
)
E
(
Let
(
App
Pred
(
LitNat
42
))
(
App
Pred
(
Var
0
)))
(
λ
v
,
■
(
v
=
LitNatV
40
)).
Proof
.
intros
E
.
rewrite
-
wp_let
.
rewrite
-
Pred_spec
-!
later_intro
.
asimpl
.
(* TODO RJ: Can we somehow make it so that Pred gets folded again? *)
rewrite
-
Pred_spec
-
later_intro
.
by
apply
const_intro
.
Qed
.
End
LiftingTests
.
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