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
74f17315
Commit
74f17315
authored
1 month ago
by
Ike Mulder
Browse files
Options
Downloads
Patches
Plain Diff
Another bot -> invalid rename
parent
95fd712a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!58
Update iris and supplements
Pipeline
#117738
failed
1 month ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
diaframe/lib/own/proofmode_instances.v
+4
-4
4 additions, 4 deletions
diaframe/lib/own/proofmode_instances.v
with
4 additions
and
4 deletions
diaframe/lib/own/proofmode_instances.v
+
4
−
4
View file @
74f17315
...
@@ -383,7 +383,7 @@ Section recursive.
...
@@ -383,7 +383,7 @@ Section recursive.
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
.
(* TODO: need proper access to unsealing lemma's *)
split
;
rewrite
/
op
/=
/
cmra_op
//=
;
eauto
.
(* TODO: need proper access to unsealing lemma's *)
uPred_primitive
.
unseal
.
uPred_primitive
.
unseal
.
...
@@ -391,7 +391,7 @@ Section recursive.
...
@@ -391,7 +391,7 @@ Section recursive.
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
.
uPred_primitive
.
unseal
.
uPred_primitive
.
unseal
.
...
@@ -660,7 +660,7 @@ Section recursive.
...
@@ -660,7 +660,7 @@ Section recursive.
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
.
Global
Instance
excl_included_merge
{
O
:
ofe
}
(
o1
o2
:
excl
O
)
{
Σ
}
:
Global
Instance
excl_included_merge
{
O
:
ofe
}
(
o1
o2
:
excl
O
)
{
Σ
}
:
IsIncludedMerge
o1
o2
(
Σ
:=
Σ
)
False
%
I
.
IsIncludedMerge
o1
o2
(
Σ
:=
Σ
)
False
%
I
.
...
@@ -1029,4 +1029,4 @@ Section recursive.
...
@@ -1029,4 +1029,4 @@ Section recursive.
iSplit
=>
//.
iSplit
=>
//.
Qed
.
Qed
.
End
recursive
.
End
recursive
.
\ No newline at end of file
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