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
Terraform modules
Monitor
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
Yixuan Chen
Iris
Commits
3162a652
Verified
Commit
3162a652
authored
3 years ago
by
Paolo G. Giarrusso
Browse files
Options
Downloads
Patches
Plain Diff
fractional_big_sep*: uniform type annotations
To match the suggestion in
iris/iris!737 (comment 75017)
.
parent
830e8148
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
iris/bi/lib/fractional.v
+3
-3
3 additions, 3 deletions
iris/bi/lib/fractional.v
with
3 additions
and
3 deletions
iris/bi/lib/fractional.v
+
3
−
3
View file @
3162a652
...
@@ -77,8 +77,8 @@ Section fractional.
...
@@ -77,8 +77,8 @@ Section fractional.
rewrite
!
assoc
.
f_equiv
.
by
rewrite
comm
.
rewrite
!
assoc
.
f_equiv
.
by
rewrite
comm
.
Qed
.
Qed
.
Global
Instance
fractional_big_sepL
{
A
}
l
Ψ
:
Global
Instance
fractional_big_sepL
{
A
}
(
l
:
list
A
)
Ψ
:
(
∀
k
(
x
:
A
)
,
Fractional
(
Ψ
k
x
))
→
(
∀
k
x
,
Fractional
(
Ψ
k
x
))
→
Fractional
(
PROP
:=
PROP
)
(
λ
q
,
[
∗
list
]
k
↦
x
∈
l
,
Ψ
k
x
q
)
%
I
.
Fractional
(
PROP
:=
PROP
)
(
λ
q
,
[
∗
list
]
k
↦
x
∈
l
,
Ψ
k
x
q
)
%
I
.
Proof
.
intros
?
q
q'
.
rewrite
-
big_sepL_sep
.
by
setoid_rewrite
fractional
.
Qed
.
Proof
.
intros
?
q
q'
.
rewrite
-
big_sepL_sep
.
by
setoid_rewrite
fractional
.
Qed
.
...
@@ -88,7 +88,7 @@ Section fractional.
...
@@ -88,7 +88,7 @@ Section fractional.
Proof
.
intros
?
q
q'
.
rewrite
-
big_sepL2_sep
.
by
setoid_rewrite
fractional
.
Qed
.
Proof
.
intros
?
q
q'
.
rewrite
-
big_sepL2_sep
.
by
setoid_rewrite
fractional
.
Qed
.
Global
Instance
fractional_big_sepM
`{
Countable
K
}
{
A
}
(
m
:
gmap
K
A
)
Ψ
:
Global
Instance
fractional_big_sepM
`{
Countable
K
}
{
A
}
(
m
:
gmap
K
A
)
Ψ
:
(
∀
k
(
x
:
A
)
,
Fractional
(
Ψ
k
x
))
→
(
∀
k
x
,
Fractional
(
Ψ
k
x
))
→
Fractional
(
PROP
:=
PROP
)
(
λ
q
,
[
∗
map
]
k
↦
x
∈
m
,
Ψ
k
x
q
)
%
I
.
Fractional
(
PROP
:=
PROP
)
(
λ
q
,
[
∗
map
]
k
↦
x
∈
m
,
Ψ
k
x
q
)
%
I
.
Proof
.
intros
?
q
q'
.
rewrite
-
big_sepM_sep
.
by
setoid_rewrite
fractional
.
Qed
.
Proof
.
intros
?
q
q'
.
rewrite
-
big_sepM_sep
.
by
setoid_rewrite
fractional
.
Qed
.
...
...
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