[project @ 2003-10-29 18:10:57 by simonpj]
authorsimonpj <unknown>
Wed, 29 Oct 2003 18:10:57 +0000 (18:10 +0000)
committersimonpj <unknown>
Wed, 29 Oct 2003 18:10:57 +0000 (18:10 +0000)
Put to and from the correct way round

ghc/compiler/types/Generics.lhs

index 11f2a23..a0297ad 100644 (file)
@@ -254,11 +254,11 @@ mkGenericBinds tcs = andMonoBindList [ mkTyConGenBinds tc
 
 mkTyConGenBinds :: TyCon -> MonoBinds RdrName
 mkTyConGenBinds tycon
-  = FunMonoBind to_RDR False {- Not infix -}
+  = FunMonoBind from_RDR False {- Not infix -}
                [mkSimpleHsAlt pat rhs | (pat,rhs) <- from_alts]
                loc
        `AndMonoBinds`
-    FunMonoBind from_RDR False 
+    FunMonoBind to_RDR False 
                [mkSimpleHsAlt (VarPat to_arg) to_body] loc
   where
     loc             = getSrcLoc tycon