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
Simon Spies
Iris
Commits
5a0f9ffa
Commit
5a0f9ffa
authored
Dec 09, 2016
by
Robbert Krebbers
Browse files
OFE instances for number types.
parent
b72a3301
Changes
1
Hide whitespace changes
Inline
Side-by-side
algebra/ofe.v
View file @
5a0f9ffa
...
...
@@ -732,8 +732,11 @@ Proof. by intros x y. Qed.
Instance
leibnizC_leibniz
A
:
LeibnizEquiv
(
leibnizC
A
).
Proof
.
by
intros
x
y
.
Qed
.
Canonical
Structure
natC
:
=
leibnizC
nat
.
Canonical
Structure
boolC
:
=
leibnizC
bool
.
Canonical
Structure
natC
:
=
leibnizC
nat
.
Canonical
Structure
positiveC
:
=
leibnizC
positive
.
Canonical
Structure
NC
:
=
leibnizC
N
.
Canonical
Structure
ZC
:
=
leibnizC
Z
.
(* Option *)
Section
option
.
...
...
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