Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
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
Ike Mulder
Iris
Commits
97cfd12d
Commit
97cfd12d
authored
9 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
remove RJ
parent
c385725f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
algebra/cofe.v
+1
-1
1 addition, 1 deletion
algebra/cofe.v
heap_lang/lifting.v
+1
-1
1 addition, 1 deletion
heap_lang/lifting.v
with
2 additions
and
2 deletions
algebra/cofe.v
+
1
−
1
View file @
97cfd12d
...
@@ -89,7 +89,7 @@ Section cofe_mixin.
...
@@ -89,7 +89,7 @@ Section cofe_mixin.
End
cofe_mixin
.
End
cofe_mixin
.
(** Discrete COFEs and Timeless elements *)
(** Discrete COFEs and Timeless elements *)
(* TODO
RJ
: On paper,
I
called these "discrete elements". I think that makes
(* TODO: On paper,
We
called these "discrete elements". I think that makes
more sense. *)
more sense. *)
Class
Timeless
{
A
:
cofeT
}
(
x
:
A
)
:=
timeless
y
:
x
≡
{
0
}
≡
y
→
x
≡
y
.
Class
Timeless
{
A
:
cofeT
}
(
x
:
A
)
:=
timeless
y
:
x
≡
{
0
}
≡
y
→
x
≡
y
.
Arguments
timeless
{_}
_
{_}
_
_
.
Arguments
timeless
{_}
_
{_}
_
_
.
...
...
This diff is collapsed.
Click to expand it.
heap_lang/lifting.v
+
1
−
1
View file @
97cfd12d
...
@@ -24,7 +24,7 @@ Lemma wp_alloc_pst E σ e v Φ :
...
@@ -24,7 +24,7 @@ Lemma wp_alloc_pst E σ e v Φ :
(
▷
ownP
σ
★
▷
(
∀
l
,
σ
!!
l
=
None
∧
ownP
(
<
[
l
:=
v
]
>
σ
)
-★
Φ
(
LocV
l
)))
(
▷
ownP
σ
★
▷
(
∀
l
,
σ
!!
l
=
None
∧
ownP
(
<
[
l
:=
v
]
>
σ
)
-★
Φ
(
LocV
l
)))
⊢
WP
Alloc
e
@
E
{{
Φ
}}
.
⊢
WP
Alloc
e
@
E
{{
Φ
}}
.
Proof
.
Proof
.
(* TODO
RJ
: This works around ssreflect bug #22. *)
(* TODO: This works around ssreflect bug #22. *)
intros
.
set
(
φ
(
e'
:
expr
[])
σ'
ef
:=
∃
l
,
intros
.
set
(
φ
(
e'
:
expr
[])
σ'
ef
:=
∃
l
,
ef
=
None
∧
e'
=
Loc
l
∧
σ'
=
<
[
l
:=
v
]
>
σ
∧
σ
!!
l
=
None
)
.
ef
=
None
∧
e'
=
Loc
l
∧
σ'
=
<
[
l
:=
v
]
>
σ
∧
σ
!!
l
=
None
)
.
rewrite
-
(
wp_lift_atomic_step
(
Alloc
e
)
φ
σ
)
//
/
φ
;
rewrite
-
(
wp_lift_atomic_step
(
Alloc
e
)
φ
σ
)
//
/
φ
;
...
...
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