[project @ 2005-07-26 08:16:24 by simonpj]
authorsimonpj <unknown>
Tue, 26 Jul 2005 08:16:24 +0000 (08:16 +0000)
committersimonpj <unknown>
Tue, 26 Jul 2005 08:16:24 +0000 (08:16 +0000)
Comments

ghc/compiler/types/TyCon.lhs

index 7d42e1a..3bec98d 100644 (file)
@@ -178,6 +178,7 @@ data AlgTyConRhs
                        -- INVARIANT: Kept in order of increasing tag
                        --            (see the tag assignment in DataCon.mkDataCon)
        Bool            -- Cached: True <=> an enumeration type
+                       --         Includes data types with no constructors.
 
   | NewTyCon           -- Newtypes always have exactly one constructor
        DataCon         -- The unique constructor; it has no existentials