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

Remove useless type class instance.

parent cdb38447
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,6 @@ Context {A : Type} `{∀ x y : A, Decision (x = y)}. ...@@ -18,7 +18,6 @@ Context {A : Type} `{∀ x y : A, Decision (x = y)}.
Instance dec_agree_valid : Valid (dec_agree A) := λ x, Instance dec_agree_valid : Valid (dec_agree A) := λ x,
if x is DecAgree _ then True else False. if x is DecAgree _ then True else False.
Instance dec_agree_equiv : Equiv (dec_agree A) := equivL.
Canonical Structure dec_agreeC : cofeT := leibnizC (dec_agree A). Canonical Structure dec_agreeC : cofeT := leibnizC (dec_agree A).
Instance dec_agree_op : Op (dec_agree A) := λ x y, Instance dec_agree_op : Op (dec_agree A) := λ x y,
......
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