diff options
author | simonpj <unknown> | 2004-03-11 14:31:13 +0000 |
---|---|---|
committer | simonpj <unknown> | 2004-03-11 14:31:13 +0000 |
commit | e059689979b84a718e3ab8d48e77825015d91702 (patch) | |
tree | a93950bbb98313cbb652e97e407f16e5b5f3dd96 /ghc/compiler/iface | |
parent | d4b980043211a2b1e7a24a6efd9e21e9853dcde0 (diff) | |
download | haskell-e059689979b84a718e3ab8d48e77825015d91702.tar.gz |
[project @ 2004-03-11 14:31:13 by simonpj]
Comments
Diffstat (limited to 'ghc/compiler/iface')
-rw-r--r-- | ghc/compiler/iface/BuildTyCl.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/iface/BuildTyCl.lhs b/ghc/compiler/iface/BuildTyCl.lhs index 36fa37cf77..184dadb082 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 |