[project @ 2004-02-25 20:10:18 by ralf]
[ghc-base.git] / Data / Typeable.hs
index b0b6929..d58e1fa 100644 (file)
@@ -480,12 +480,12 @@ appKeys k ks = foldl appKey k ks
 
 
 -- | Variant for unary type constructors
-class Typeable (t ()) => Typeable1 t where
+class Typeable1 t where
   typeOf1 :: t a -> TyCon
 
 
 -- | Variant for binary type constructors
-class Typeable (t () ()) => Typeable2 t where
+class Typeable2 t where
   typeOf2 :: t a b -> TyCon