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

Remove weird type class constraint in excl.

parent 0c7a5b02
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ Inductive excl_equiv : Equiv (excl A) :=
| ExclUnit_equiv : ExclUnit ExclUnit
| ExclBot_equiv : ExclBot ExclBot.
Existing Instance excl_equiv.
Inductive excl_dist `{Dist A} : Dist (excl A) :=
Inductive excl_dist : Dist (excl A) :=
| Excl_dist (x y : A) n : x {n} y Excl x {n} Excl y
| ExclUnit_dist n : ExclUnit {n} ExclUnit
| ExclBot_dist n : ExclBot {n} ExclBot.
......
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