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
Dan Frumin
iris-coq
Commits
72a05023
Commit
72a05023
authored
Jul 11, 2016
by
Robbert Krebbers
Browse files
LeibnizEquiv instance for unit.
parent
d7643649
Changes
1
Hide whitespace changes
Inline
Side-by-side
prelude/base.v
View file @
72a05023
...
...
@@ -393,6 +393,8 @@ Proof. now intros -> ?. Qed.
Instance
unit_equiv
:
Equiv
unit
:=
λ
_
_
,
True
.
Instance
unit_equivalence
:
Equivalence
(
@
equiv
unit
_
).
Proof
.
repeat
split
.
Qed
.
Instance
unit_leibniz
:
LeibnizEquiv
unit
.
Proof
.
intros
[]
[];
reflexivity
.
Qed
.
Instance
unit_inhabited
:
Inhabited
unit
:=
populate
().
(
**
**
Products
*
)
...
...
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