Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Diaframe
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
Iris
Diaframe
Commits
a7c4d317
Commit
a7c4d317
authored
3 months ago
by
Ike Mulder
Browse files
Options
Downloads
Patches
Plain Diff
Bot -> Invalid rename, fixpoint move
parent
6aa8667f
Branches
Branches containing commit
No related tags found
1 merge request
!58
Update iris and supplements
Pipeline
#117736
failed
3 months ago
Stage: build
Stage: supplement
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
diaframe/lib/greatest_fixpoint.v
+1
-1
1 addition, 1 deletion
diaframe/lib/greatest_fixpoint.v
diaframe/lib/own_hints.v
+4
-4
4 additions, 4 deletions
diaframe/lib/own_hints.v
with
5 additions
and
5 deletions
diaframe/lib/greatest_fixpoint.v
+
1
−
1
View file @
a7c4d317
From
iris
.
bi
Require
Export
bi
telescopes
lib
.
fixpoint
.
From
iris
.
bi
Require
Export
bi
telescopes
lib
.
fixpoint
_mono
.
From
iris
.
proofmode
Require
Import
proofmode
environments
classes_make
.
From
iris
.
proofmode
Require
Import
proofmode
environments
classes_make
.
From
diaframe
Require
Import
proofmode_base
.
From
diaframe
Require
Import
proofmode_base
.
...
...
This diff is collapsed.
Click to expand it.
diaframe/lib/own_hints.v
+
4
−
4
View file @
a7c4d317
...
@@ -335,7 +335,7 @@ From stdpp Require Import telescopes.
...
@@ -335,7 +335,7 @@ From stdpp Require Import telescopes.
Section
other
.
Section
other
.
Global
Instance
excl_inhabited
{
A
:
ofe
}
:
Inhabited
(
exclR
A
)
.
Global
Instance
excl_inhabited
{
A
:
ofe
}
:
Inhabited
(
exclR
A
)
.
Proof
.
split
.
by
apply
Excl
Bot
.
Qed
.
Proof
.
split
.
by
apply
Excl
Invalid
.
Qed
.
Global
Arguments
option_unit_instance
/.
Global
Arguments
option_unit_instance
/.
...
@@ -998,14 +998,14 @@ Section validity.
...
@@ -998,14 +998,14 @@ Section validity.
by iRewrite "Ha".
by iRewrite "Ha".
Qed.
Qed.
Global Instance sum_inl_inr_invalid_op {A B : cmra} (a : A) (b : B) Σ :
Global Instance sum_inl_inr_invalid_op {A B : cmra} (a : A) (b : B) Σ :
IsValidOp (Csum
Bot
) (Cinl (B := B) a) (Cinr (A := A) b) Σ False.
IsValidOp (Csum
Invalid
) (Cinl (B := B) a) (Cinr (A := A) b) Σ False.
Proof.
Proof.
split; rewrite /op /= /cmra_op //=; eauto.
split; rewrite /op /= /cmra_op //=; eauto.
rewrite uPred_cmra_valid_eq /= /uPred_cmra_valid_def /=.
rewrite uPred_cmra_valid_eq /= /uPred_cmra_valid_def /=.
rewrite /validN /= /cmra_validN //=.
rewrite /validN /= /cmra_validN //=.
Qed.
Qed.
Global Instance sum_inr_inl_invalid_op {A B : cmra} (a : A) (b : B) Σ :
Global Instance sum_inr_inl_invalid_op {A B : cmra} (a : A) (b : B) Σ :
IsValidOp (Csum
Bot
) (Cinr (A := B) a) (Cinl (B := A) b) Σ False.
IsValidOp (Csum
Invalid
) (Cinr (A := B) a) (Cinl (B := A) b) Σ False.
Proof.
Proof.
split; rewrite /op /= /cmra_op //=; eauto.
split; rewrite /op /= /cmra_op //=; eauto.
rewrite uPred_cmra_valid_eq /= /uPred_cmra_valid_def /=.
rewrite uPred_cmra_valid_eq /= /uPred_cmra_valid_def /=.
...
@@ -1482,7 +1482,7 @@ Section validity.
...
@@ -1482,7 +1482,7 @@ Section validity.
Qed.
Qed.
Global Instance excl_valid_op {O : ofe} (a1 a2 : excl O) Σ:
Global Instance excl_valid_op {O : ofe} (a1 a2 : excl O) Σ:
IsValidOp Excl
Bot
a1 a2 Σ False%I.
IsValidOp Excl
Invalid
a1 a2 Σ False%I.
Proof. split; rewrite excl_validI /=; eauto. Qed. *)
Proof. split; rewrite excl_validI /=; eauto. Qed. *)
Lemma
excl_subtract
{
O
:
ofe
}
(
o1
o2
:
O
)
:
(* this one is bad for recursive instances *)
Lemma
excl_subtract
{
O
:
ofe
}
(
o1
o2
:
O
)
:
(* this one is bad for recursive instances *)
TCIf
(
SolveSepSideCondition
(
¬
(
o1
≡
o2
)))
False
TCTrue
→
TCIf
(
SolveSepSideCondition
(
¬
(
o1
≡
o2
)))
False
TCTrue
→
...
...
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