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
George Pirlea
Iris
Commits
84227fa4
Commit
84227fa4
authored
Jun 08, 2017
by
Robbert Krebbers
Browse files
Params instances for auth.
parent
d7bf36da
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/algebra/auth.v
View file @
84227fa4
...
...
@@ -8,6 +8,9 @@ Add Printing Constructor auth.
Arguments
Auth
{
_
}
_
_
.
Arguments
authoritative
{
_
}
_
.
Arguments
auth_own
{
_
}
_
.
Instance
:
Params
(@
Auth
)
1
.
Instance
:
Params
(@
authoritative
)
1
.
Instance
:
Params
(@
auth_own
)
1
.
Notation
"◯ a"
:
=
(
Auth
None
a
)
(
at
level
20
).
Notation
"● a"
:
=
(
Auth
(
Excl'
a
)
∅
)
(
at
level
20
).
...
...
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