Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Iris
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
Abhishek Anand
Iris
Commits
e824f642
Commit
e824f642
authored
7 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Correct some `Params` instances.
parent
7a04946d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
theories/algebra/ofe.v
+1
-0
1 addition, 0 deletions
theories/algebra/ofe.v
theories/base_logic/lib/saved_prop.v
+1
-1
1 addition, 1 deletion
theories/base_logic/lib/saved_prop.v
theories/base_logic/lib/wsat.v
+1
-0
1 addition, 0 deletions
theories/base_logic/lib/wsat.v
with
3 additions
and
1 deletion
theories/algebra/ofe.v
+
1
−
0
View file @
e824f642
...
@@ -1061,6 +1061,7 @@ Inductive later (A : Type) : Type := Next { later_car : A }.
...
@@ -1061,6 +1061,7 @@ Inductive later (A : Type) : Type := Next { later_car : A }.
Add
Printing
Constructor
later
.
Add
Printing
Constructor
later
.
Arguments
Next
{_}
_
.
Arguments
Next
{_}
_
.
Arguments
later_car
{_}
_
.
Arguments
later_car
{_}
_
.
Instance
:
Params
(
@
Next
)
1
.
Section
later
.
Section
later
.
Context
{
A
:
ofeT
}
.
Context
{
A
:
ofeT
}
.
...
...
This diff is collapsed.
Click to expand it.
theories/base_logic/lib/saved_prop.v
+
1
−
1
View file @
e824f642
...
@@ -21,7 +21,7 @@ Definition saved_anything_own `{savedAnythingG Σ F}
...
@@ -21,7 +21,7 @@ Definition saved_anything_own `{savedAnythingG Σ F}
(
γ
:
gname
)
(
x
:
F
(
iProp
Σ
))
:
iProp
Σ
:=
(
γ
:
gname
)
(
x
:
F
(
iProp
Σ
))
:
iProp
Σ
:=
own
γ
(
to_agree
$
(
cFunctor_map
F
(
iProp_fold
,
iProp_unfold
)
x
))
.
own
γ
(
to_agree
$
(
cFunctor_map
F
(
iProp_fold
,
iProp_unfold
)
x
))
.
Typeclasses
Opaque
saved_anything_own
.
Typeclasses
Opaque
saved_anything_own
.
Instance
:
Params
(
@
saved_anything_own
)
3
.
Instance
:
Params
(
@
saved_anything_own
)
4
.
Section
saved_anything
.
Section
saved_anything
.
Context
`{
savedAnythingG
Σ
F
}
.
Context
`{
savedAnythingG
Σ
F
}
.
...
...
This diff is collapsed.
Click to expand it.
theories/base_logic/lib/wsat.v
+
1
−
0
View file @
e824f642
...
@@ -23,6 +23,7 @@ Definition ownI `{invG Σ} (i : positive) (P : iProp Σ) : iProp Σ :=
...
@@ -23,6 +23,7 @@ Definition ownI `{invG Σ} (i : positive) (P : iProp Σ) : iProp Σ :=
own
invariant_name
(
◯
{[
i
:=
invariant_unfold
P
]})
.
own
invariant_name
(
◯
{[
i
:=
invariant_unfold
P
]})
.
Arguments
ownI
{_
_}
_
_
%
I
.
Arguments
ownI
{_
_}
_
_
%
I
.
Typeclasses
Opaque
ownI
.
Typeclasses
Opaque
ownI
.
Instance
:
Params
(
@
invariant_unfold
)
1
.
Instance
:
Params
(
@
ownI
)
3
.
Instance
:
Params
(
@
ownI
)
3
.
Definition
ownE
`{
invG
Σ
}
(
E
:
coPset
)
:
iProp
Σ
:=
Definition
ownE
`{
invG
Σ
}
(
E
:
coPset
)
:
iProp
Σ
:=
...
...
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