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
Fairis
Commits
eec1486d
Commit
eec1486d
authored
Jan 26, 2016
by
Ralf Jung
Browse files
forward a FIXME to the Coq bugtacker
parent
4ae55518
Changes
1
Hide whitespace changes
Inline
Side-by-side
barrier/lifting.v
View file @
eec1486d
...
...
@@ -21,8 +21,8 @@ Lemma wp_lift_step E1 E2 (φ : expr → state → Prop) Q e1 σ1 :
pvs
E1
E2
(
wp
(
Σ
:=
Σ
)
E2
e2
Q
))
⊑
wp
(
Σ
:=
Σ
)
E2
e1
Q
.
Proof
.
(
*
RJ
FIXME
WTF
the
bound
names
of
wp_lift_step
*
changed
*?!??
*
)
intros
?
He
Hsafe
Hstep
.
(
*
RJ
:
working
around
https
:
//coq.inria.fr/bugs/show_bug.cgi?id=4536 *)
etransitivity
;
last
eapply
wp_lift_step
with
(
σ
2
:=
σ
1
)
(
φ
0
:=
λ
e
'
σ'
ef
,
ef
=
None
∧
φ
e
'
σ'
);
last
first
.
-
intros
e2
σ
2
ef
Hstep
'
%
prim_ectx_step
;
last
done
.
...
...
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