From e059689979b84a718e3ab8d48e77825015d91702 Mon Sep 17 00:00:00 2001 From: simonpj Date: Thu, 11 Mar 2004 14:31:13 +0000 Subject: [PATCH] [project @ 2004-03-11 14:31:13 by simonpj] Comments --- ghc/compiler/iface/BuildTyCl.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/iface/BuildTyCl.lhs b/ghc/compiler/iface/BuildTyCl.lhs index 36fa37c..184dadb 100644 --- a/ghc/compiler/iface/BuildTyCl.lhs +++ b/ghc/compiler/iface/BuildTyCl.lhs @@ -137,7 +137,7 @@ mkNewTyConRep :: TyCon -- The original type constructor -- (guaranteed not to be another newtype) -- Find the representation type for this newtype TyCon --- Remember that the representation type is the ultimate representation +-- Remember that the representation type is the *ultimate* representation -- type, looking through other newtypes. -- -- The non-recursive newtypes are easy, because they look transparent -- 1.7.10.4