[project @ 1998-05-26 13:54:04 by simonm]
authorsimonm <unknown>
Tue, 26 May 1998 13:54:04 +0000 (13:54 +0000)
committersimonm <unknown>
Tue, 26 May 1998 13:54:04 +0000 (13:54 +0000)
- remove some debugging code that crept in with the last commit.

ghc/compiler/codeGen/ClosureInfo.lhs

index 2b7a7a1..db6a9da 100644 (file)
@@ -102,7 +102,6 @@ import Type         ( isUnpointedType, splitForAllTys, splitFunTys, mkFunTys,
                        )
 import Util            ( isIn, mapAccumL )
 import Outputable
-import GlaExts --tmp
 \end{code}
 
 The ``wrapper'' data type for closure information:
@@ -1134,7 +1133,6 @@ fun_result_ty arity ty
           -> fun_result_ty (arity - n_arg_tys) rep_ty
           where
              ([rep_ty], _) = splitFunTys (applyTys (idType con) tycon_arg_tys)
-      Just (_,_,cons) -> trace (showSDoc (ppr ty) ++ showSDoc(ppr cons)) $ panic "fun_result_ty"
   where
      (_, rho_ty)       = splitForAllTys ty
      (arg_tys, res_ty)  = splitFunTys rho_ty