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
Marianna Rapoport
iris-coq
Commits
bdc65451
Commit
bdc65451
authored
Feb 02, 2016
by
Robbert Krebbers
Browse files
Make sure derived lemmas do not peek into the model.
parent
12fbd3c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
iris/lifting.v
View file @
bdc65451
Require
Export
iris
.
weakestpre
.
Require
Import
iris
.
wsat
.
Import
uPred
.
Local
Hint
Extern
10
(
_
≤
_
)
=>
omega
.
Local
Hint
Extern
100
(@
eq
coPset
_
_
)
=>
solve_elem_of
.
Local
Hint
Extern
10
(
✓
{
_
}
_
)
=>
...
...
@@ -55,6 +53,8 @@ Proof.
Qed
.
(** Derived lifting lemmas. *)
Opaque
uPred_holds
.
Import
uPred
.
Lemma
wp_lift_atomic_det_step
{
E
Q
e1
}
σ
1
v2
σ
2
:
to_val
e1
=
None
→
reducible
e1
σ
1
→
...
...
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