Skip to content
Snippets Groups Projects
Commit 91be8b2e authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1998-05-26 13:54:04 by simonm]

- remove some debugging code that crept in with the last commit.
parent 1dc014c5
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment