Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simuliris
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
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
Iris
simuliris
Commits
c0dff161
Commit
c0dff161
authored
1 year ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
update dependencies
parent
b2c3adce
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#83599
passed
1 year ago
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
coq-simuliris.opam
+1
-1
1 addition, 1 deletion
coq-simuliris.opam
theories/simulang/logical_heap.v
+10
-8
10 additions, 8 deletions
theories/simulang/logical_heap.v
with
11 additions
and
9 deletions
coq-simuliris.opam
+
1
−
1
View file @
c0dff161
...
...
@@ -8,7 +8,7 @@ dev-repo: "git+https://gitlab.mpi-sws.org/iris/simuliris.git"
synopsis: "Local Simulation proofs, the Iris style"
depends: [
"coq-iris" { (= "dev.2023-0
5
-0
5.0.670f2330
") | (= "dev") }
"coq-iris" { (= "dev.2023-0
6
-0
2.4.80f55f7c
") | (= "dev") }
"coq-equations" { (= "1.3+8.17") }
]
...
...
This diff is collapsed.
Click to expand it.
theories/simulang/logical_heap.v
+
10
−
8
View file @
c0dff161
...
...
@@ -226,10 +226,11 @@ Section heap.
Global
Instance
heap_mapsto_as_fractional
l
q
v
:
AsFractional
(
l
↦
{
q
}
v
)
(
λ
q
,
l
↦
{
q
}
v
)
%
I
q
.
Proof
.
split
;
first
done
.
apply
_
.
Qed
.
Global
Instance
frame_heap_mapsto
p
l
v
q1
q2
RES
:
FrameFractionalHyps
p
(
l
↦
{
q1
}
v
)
(
λ
q
,
l
↦
{
q
}
v
)
%
I
RES
q1
q2
→
Frame
p
(
l
↦
{
q1
}
v
)
(
l
↦
{
q2
}
v
)
RES
|
5
.
Proof
.
apply
:
frame_fractional
.
Qed
.
Global
Instance
frame_heap_mapsto
p
l
v
q1
q2
q
:
FrameFractionalQp
q1
q2
q
→
Frame
p
(
l
↦
{
q1
}
v
)
(
l
↦
{
q2
}
v
)
(
l
↦
{
q
}
v
)
|
5
.
(* FIXME: somehow Φ gets inferred wrong here. *)
Proof
.
apply
:
(
frame_fractional
_
_
_
(
λ
q
,
l
↦
{
q
}
v
)
%
I
)
.
Qed
.
Global
Instance
heap_mapsto_vec_timeless
l
st
q
vl
:
Timeless
(
l
↦∗
[
st
]{
q
}
vl
)
.
Proof
.
rewrite
/
heap_mapsto_vec
.
apply
_
.
Qed
.
...
...
@@ -242,10 +243,11 @@ Section heap.
Global
Instance
heap_mapsto_vec_as_fractional
l
q
vl
:
AsFractional
(
l
↦∗
{
q
}
vl
)
(
λ
q
,
l
↦∗
{
q
}
vl
)
%
I
q
.
Proof
.
split
;
first
done
.
apply
_
.
Qed
.
Global
Instance
frame_heap_mapsto_vec
p
l
v
q1
q2
RES
:
FrameFractionalHyps
p
(
l
↦∗
{
q1
}
v
)
(
λ
q
,
l
↦∗
{
q
}
v
)
%
I
RES
q1
q2
→
Frame
p
(
l
↦∗
{
q1
}
v
)
(
l
↦∗
{
q2
}
v
)
RES
|
5
.
Proof
.
apply
:
frame_fractional
.
Qed
.
Global
Instance
frame_heap_mapsto_vec
p
l
v
q1
q2
q
:
FrameFractionalQp
q1
q2
q
→
Frame
p
(
l
↦∗
{
q1
}
v
)
(
l
↦∗
{
q2
}
v
)
(
l
↦∗
{
q
}
v
)
%
I
|
5
.
(* FIXME: somehow Φ gets inferred wrong here. *)
Proof
.
apply
:
(
frame_fractional
_
_
_
(
λ
q
,
l
↦∗
{
q
}
v
)
%
I
)
.
Qed
.
Global
Instance
heap_block_size_timeless
q
b
n
:
Timeless
(
heap_block_size
γ
b
q
n
)
.
Proof
.
rewrite
heap_block_size_eq
/
heap_block_size_def
.
apply
_
.
Qed
.
...
...
This diff is collapsed.
Click to expand it.
Robbert Krebbers
@robbertkrebbers
mentioned in merge request
iris!943 (merged)
·
1 year ago
mentioned in merge request
iris!943 (merged)
mentioned in merge request iris!943
Toggle commit list
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