Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
Iron
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Iris
Iron
Commits
95066b92
Commit
95066b92
authored
Feb 03, 2019
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for Coq master.
parent
65ff62e6
Pipeline
#14816
passed with stage
in 5 minutes and 59 seconds
Changes
1
Pipelines
18
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
ufrac_auth.v
theories/algebra/ufrac_auth.v
+2
-3
No files found.
theories/algebra/ufrac_auth.v
View file @
95066b92
...
...
@@ -33,9 +33,8 @@ Definition ufrac_auth_frag {A : cmraT} (q : Qp) (x : A) : ufrac_authR A :=
◯
(
Some
(
q
,
x
))
.
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
"●?{ q } a"
:=
(
ufrac_auth_auth
q
a
)
(
at
level
10
,
format
"●?{ q } a"
)
.
Notation
"◯?{ q } a"
:=
(
ufrac_auth_frag
q
a
)
(
at
level
10
,
format
"◯?{ q } a"
)
.
...
...
Write
Preview
Markdown
is supported
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