Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ReLoC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Iris
ReLoC
Commits
14886718
Commit
14886718
authored
1 year ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Fixes for Coq 8.18.
parent
2d97c5e3
No related branches found
No related tags found
No related merge requests found
Pipeline
#92467
passed
1 year ago
Stage: build
Changes
3
Pipelines
40
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
theories/examples/stack_helping/helping_wrapper.v
+1
-1
1 addition, 1 deletion
theories/examples/stack_helping/helping_wrapper.v
theories/examples/stack_helping/stack.v
+1
-1
1 addition, 1 deletion
theories/examples/stack_helping/stack.v
theories/logic/spec_ra.v
+1
-1
1 addition, 1 deletion
theories/logic/spec_ra.v
with
3 additions
and
3 deletions
theories/examples/stack_helping/helping_wrapper.v
+
1
−
1
View file @
14886718
...
@@ -74,7 +74,7 @@ Definition to_offer_reg : offerReg -> offerRegR := fmap offerize.
...
@@ -74,7 +74,7 @@ Definition to_offer_reg : offerReg -> offerRegR := fmap offerize.
Lemma
to_offer_reg_valid
N
:
✓
to_offer_reg
N
.
Lemma
to_offer_reg_valid
N
:
✓
to_offer_reg
N
.
Proof
.
Proof
.
intros
l
.
rewrite
lookup_fmap
.
case
(
N
!!
l
);
simpl
;
try
done
.
intros
l
.
rewrite
lookup_fmap
.
case
:
(
N
!!
l
);
simpl
;
try
done
.
intros
[[
v
γ
]
k
];
simpl
.
done
.
intros
[[
v
γ
]
k
];
simpl
.
done
.
Qed
.
Qed
.
...
...
This diff is collapsed.
Click to expand it.
theories/examples/stack_helping/stack.v
+
1
−
1
View file @
14886718
...
@@ -100,7 +100,7 @@ Definition to_offer_reg : offerReg -> offerRegR := fmap offerize.
...
@@ -100,7 +100,7 @@ Definition to_offer_reg : offerReg -> offerRegR := fmap offerize.
Lemma
to_offer_reg_valid
N
:
✓
to_offer_reg
N
.
Lemma
to_offer_reg_valid
N
:
✓
to_offer_reg
N
.
Proof
.
Proof
.
intros
l
.
rewrite
lookup_fmap
.
case
(
N
!!
l
);
simpl
;
try
done
.
intros
l
.
rewrite
lookup_fmap
.
case
:
(
N
!!
l
);
simpl
;
try
done
.
intros
[[
v
γ
]
k
];
simpl
.
done
.
intros
[[
v
γ
]
k
];
simpl
.
done
.
Qed
.
Qed
.
...
...
This diff is collapsed.
Click to expand it.
theories/logic/spec_ra.v
+
1
−
1
View file @
14886718
...
@@ -144,7 +144,7 @@ Section to_heap.
...
@@ -144,7 +144,7 @@ Section to_heap.
Qed
.
Qed
.
Lemma
to_heap_valid
σ
:
✓
to_heap
σ
.
Lemma
to_heap_valid
σ
:
✓
to_heap
σ
.
Proof
.
intros
l
.
rewrite
lookup_fmap
.
by
case
(
σ
!!
l
)
.
Qed
.
Proof
.
intros
l
.
rewrite
lookup_fmap
.
by
case
:
(
σ
!!
l
)
.
Qed
.
End
to_heap
.
End
to_heap
.
...
...
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