Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
Iris
Commits
265c2a13
Commit
265c2a13
authored
Jun 11, 2019
by
Robbert Krebbers
Browse files
Fix compilation with Coq master.
parent
e65b06a7
Pipeline
#17364
passed with stage
in 13 minutes and 37 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
theories/algebra/ufrac_auth.v
View file @
265c2a13
...
...
@@ -41,8 +41,8 @@ Definition ufrac_auth_frag {A : cmraT} (q : Qp) (x : A) : ufrac_authR A :=
Typeclasses
Opaque
ufrac_auth_auth
ufrac_auth_frag
.
Instance
:
Params
(@
ufrac_auth_auth
)
2
.
Instance
:
Params
(@
ufrac_auth_frag
)
2
.
Instance
:
Params
(@
ufrac_auth_auth
)
2
:
=
{}
.
Instance
:
Params
(@
ufrac_auth_frag
)
2
:
=
{}
.
Notation
"●U{ q } a"
:
=
(
ufrac_auth_auth
q
a
)
(
at
level
10
,
format
"●U{ q } a"
).
Notation
"◯U{ q } a"
:
=
(
ufrac_auth_frag
q
a
)
(
at
level
10
,
format
"◯U{ q } a"
).
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment