From: simonpj Date: Tue, 8 Feb 2005 09:41:21 +0000 (+0000) Subject: [project @ 2005-02-08 09:41:21 by simonpj] X-Git-Tag: Initial_conversion_from_CVS_complete~1100 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b1a7a4d5de6397e660fee89264597544213eff4b;p=ghc-hetmet.git [project @ 2005-02-08 09:41:21 by simonpj] Remove trace in mkGenericRhs (merge to STABLE) --- diff --git a/ghc/compiler/types/Generics.lhs b/ghc/compiler/types/Generics.lhs index 2465364..aa7ccf2 100644 --- a/ghc/compiler/types/Generics.lhs +++ b/ghc/compiler/types/Generics.lhs @@ -457,7 +457,7 @@ By the time the type checker has done its stuff we'll get mkGenericRhs :: Id -> TyVar -> TyCon -> LHsExpr RdrName mkGenericRhs sel_id tyvar tycon = ASSERT( isSingleton ctxt ) -- Checks shape of selector-id context - pprTrace "mkGenericRhs" (vcat [ppr sel_id, ppr (idType sel_id), ppr tyvar, ppr tycon, ppr local_tvs, ppr final_ty]) $ +-- pprTrace "mkGenericRhs" (vcat [ppr sel_id, ppr (idType sel_id), ppr tyvar, ppr tycon, ppr local_tvs, ppr final_ty]) $ mkHsApp (toEP bimap) (nlHsVar (getRdrName sel_id)) where -- Initialising the "Environment" with the from/to functions