diff OPair.agda @ 365:7f919d6b045b

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 18 Jul 2020 12:29:38 +0900
parents aad9249d1e8f
children f74681db63c7
line wrap: on
line diff
--- a/OPair.agda	Sat Jul 18 11:38:33 2020 +0900
+++ b/OPair.agda	Sat Jul 18 12:29:38 2020 +0900
@@ -28,9 +28,6 @@
 
 open _==_
 
-_=h=_ : (x y : HOD) → Set n
-x =h= y  = od x == od y
-
 <_,_> : (x y : HOD) → HOD
 < x , y > = (x , x ) , (x , y )