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
Pierre Roux
Iris
Commits
1978542d
Commit
1978542d
authored
4 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
move gmap_view_check to tests/algebra.v
parent
8862cf75
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/algebra.v
+7
-1
7 additions, 1 deletion
tests/algebra.v
theories/algebra/lib/gmap_view.v
+0
-4
0 additions, 4 deletions
theories/algebra/lib/gmap_view.v
with
7 additions
and
5 deletions
tests/algebra.v
+
7
−
1
View file @
1978542d
From
iris
.
algebra
Require
Import
auth
excl
.
From
iris
.
algebra
Require
Import
auth
excl
lib
.
gmap_view
.
From
iris
.
base_logic
.
lib
Require
Import
invariants
.
(** Make sure that the same [Equivalence] instance is picked for Leibniz OFEs
...
...
@@ -48,3 +48,9 @@ Section test_prod.
Persistent
(
PROP
:=
iPropI
Σ
)
(
own
γ
(
◯
((
None
,
None
),
Some
(
to_agree
true
))))
.
Proof
.
apply
_
.
Qed
.
End
test_prod
.
(** Make sure the [auth]/[gmap_view] notation does not mix up its arguments. *)
Definition
auth_check
{
A
:
ucmraT
}
:
auth
A
=
authO
A
:=
eq_refl
.
Definition
gmap_view_check
{
K
:
Type
}
`{
Countable
K
}
{
V
:
ofeT
}
:
gmap_view
K
V
=
gmap_viewO
K
V
:=
eq_refl
.
This diff is collapsed.
Click to expand it.
theories/algebra/lib/gmap_view.v
+
0
−
4
View file @
1978542d
...
...
@@ -104,10 +104,6 @@ Definition gmap_viewR (K : Type) `{Countable K} (V : ofeT) : cmraT :=
Definition
gmap_viewUR
(
K
:
Type
)
`{
Countable
K
}
(
V
:
ofeT
)
:
ucmraT
:=
viewUR
(
gmap_view_rel
K
V
)
.
(** Make sure the notation does not mix up its arguments. *)
Local
Definition
gmap_view_check
{
K
:
Type
}
`{
Countable
K
}
{
V
:
ofeT
}
:
gmap_view
K
V
=
gmap_viewO
K
V
:=
eq_refl
.
Section
definitions
.
Context
{
K
:
Type
}
`{
Countable
K
}
{
V
:
ofeT
}
.
...
...
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