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
Gaëtan Gilbert
Iris
Commits
aaa9eb9c
Verified
Commit
aaa9eb9c
authored
3 years ago
by
Paolo G. Giarrusso
Browse files
Options
Downloads
Patches
Plain Diff
Style fixes from review
parent
a030dceb
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/resource_algebras.md
+2
-1
2 additions, 1 deletion
docs/resource_algebras.md
iris/base_logic/lib/cancelable_invariants.v
+2
-1
2 additions, 1 deletion
iris/base_logic/lib/cancelable_invariants.v
iris/base_logic/lib/gset_bij.v
+1
-1
1 addition, 1 deletion
iris/base_logic/lib/gset_bij.v
with
5 additions
and
3 deletions
docs/resource_algebras.md
+
2
−
1
View file @
aaa9eb9c
...
...
@@ -275,8 +275,9 @@ your example would look as follows:
```
coq
Class
libG
Σ
:=
{
lib_inG
:
inG
Σ
(
gmapR
K
(
agreeR
(
prodO
natO
(
laterO
(
iPropO
Σ
)))))
}
.
Definition
libΣ
:
gFunctors
:=
#
[
GFunctor
(
gmapRF
K
(
agreeRF
(
natO
*
▶
∙
)))]
.
Local
Existing
Instance
lib_inG
.
Definition
libΣ
:
gFunctors
:=
#
[
GFunctor
(
gmapRF
K
(
agreeRF
(
natO
*
▶
∙
)))]
.
Instance
subG_libΣ
{
Σ
}
:
subG
libΣ
Σ
→
libG
Σ
.
Proof
.
solve_inG
.
Qed
.
```
...
...
This diff is collapsed.
Click to expand it.
iris/base_logic/lib/cancelable_invariants.v
+
2
−
1
View file @
aaa9eb9c
...
...
@@ -6,9 +6,10 @@ From iris.prelude Require Import options.
Import
uPred
.
Class
cinvG
Σ
:=
cinv_inG
:
inG
Σ
fracR
.
Definition
cinvΣ
:
gFunctors
:=
#
[
GFunctor
fracR
]
.
Local
Existing
Instance
cinv_inG
.
Definition
cinvΣ
:
gFunctors
:=
#
[
GFunctor
fracR
]
.
Global
Instance
subG_cinvΣ
{
Σ
}
:
subG
cinvΣ
Σ
→
cinvG
Σ
.
Proof
.
solve_inG
.
Qed
.
...
...
This diff is collapsed.
Click to expand it.
iris/base_logic/lib/gset_bij.v
+
1
−
1
View file @
aaa9eb9c
...
...
@@ -29,8 +29,8 @@ From iris.prelude Require Import options.
(* The uCMRA we need. *)
Class
gset_bijG
Σ
A
B
`{
Countable
A
,
Countable
B
}
:=
GsetBijG
{
gset_bijG_inG
:
inG
Σ
(
gset_bijR
A
B
);
}
.
Global
Hint
Mode
gset_bijG
-
!
!
-
-
-
-
:
typeclass_instances
.
Local
Existing
Instance
gset_bijG_inG
.
Global
Hint
Mode
gset_bijG
-
!
!
-
-
-
-
:
typeclass_instances
.
Definition
gset_bijΣ
A
B
`{
Countable
A
,
Countable
B
}:
gFunctors
:=
#
[
GFunctor
(
gset_bijR
A
B
)
]
.
...
...
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