Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
stdpp
Commits
782731f6
Commit
782731f6
authored
Aug 08, 2016
by
Jacques-Henri Jourdan
Browse files
Inhabited instance for any Empty instance.
parent
10a74299
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/base.v
View file @
782731f6
...
...
@@ -567,6 +567,8 @@ intersection [(∩)], and difference [(∖)], the singleton [{[_]}], the subset
Class
Empty
A
:
=
empty
:
A
.
Notation
"∅"
:
=
empty
:
C_scope
.
Instance
empty_inhabited
`
(
Empty
A
)
:
Inhabited
A
:
=
populate
∅
.
Class
Top
A
:
=
top
:
A
.
Notation
"⊤"
:
=
top
:
C_scope
.
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment