Skip to content
Snippets Groups Projects
Commit 782731f6 authored by Jacques-Henri Jourdan's avatar Jacques-Henri Jourdan
Browse files

Inhabited instance for any Empty instance.

parent 10a74299
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment