Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tej Chajed
iris
Commits
eec1486d
Commit
eec1486d
authored
9 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
forward a FIXME to the Coq bugtacker
parent
4ae55518
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
barrier/lifting.v
+1
-1
1 addition, 1 deletion
barrier/lifting.v
with
1 addition
and
1 deletion
barrier/lifting.v
+
1
−
1
View file @
eec1486d
...
@@ -21,8 +21,8 @@ Lemma wp_lift_step E1 E2 (φ : expr → state → Prop) Q e1 σ1 :
...
@@ -21,8 +21,8 @@ Lemma wp_lift_step E1 E2 (φ : expr → state → Prop) Q e1 σ1 :
pvs
E1
E2
(
wp
(
Σ
:=
Σ
)
E2
e2
Q
))
pvs
E1
E2
(
wp
(
Σ
:=
Σ
)
E2
e2
Q
))
⊑
wp
(
Σ
:=
Σ
)
E2
e1
Q
.
⊑
wp
(
Σ
:=
Σ
)
E2
e1
Q
.
Proof
.
Proof
.
(* RJ FIXME WTF the bound names of wp_lift_step *changed*?!?? *)
intros
?
He
Hsafe
Hstep
.
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
)
etransitivity
;
last
eapply
wp_lift_step
with
(
σ2
:=
σ1
)
(
φ0
:=
λ
e'
σ'
ef
,
ef
=
None
∧
φ
e'
σ'
);
last
first
.
(
φ0
:=
λ
e'
σ'
ef
,
ef
=
None
∧
φ
e'
σ'
);
last
first
.
-
intros
e2
σ2
ef
Hstep'
%
prim_ectx_step
;
last
done
.
-
intros
e2
σ2
ef
Hstep'
%
prim_ectx_step
;
last
done
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment