Skip to content
Snippets Groups Projects
Commit 5a0f9ffa authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

OFE instances for number types.

parent b72a3301
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
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