Simon's fixes to the generated type instances in Generics
[ghc-hetmet.git] / compiler / typecheck / TcRnDriver.lhs
index 011b024..2542ad3 100644 (file)
@@ -1644,7 +1644,6 @@ ppr_tydecls tycons
   where
     le_sig tycon1 tycon2 = getOccName tycon1 <= getOccName tycon2
     ppr_tycon tycon = ppr (tyThingToIfaceDecl (ATyCon tycon))
-      where
 
 ppr_rules :: [CoreRule] -> SDoc
 ppr_rules [] = empty