[project @ 2002-07-29 16:08:20 by simonpj]
authorsimonpj <unknown>
Mon, 29 Jul 2002 16:08:20 +0000 (16:08 +0000)
committersimonpj <unknown>
Mon, 29 Jul 2002 16:08:20 +0000 (16:08 +0000)
Comment only

ghc/compiler/coreSyn/CoreTidy.lhs

index 7e50e9c..4443774 100644 (file)
@@ -169,6 +169,7 @@ tidyIdBndr env@(tidy_env, var_env) id
        -- 
        -- All nested Ids now have the same IdInfo, namely none,
        -- which should save some space.
+       -- But note that tidyLetBndr puts some of it back.
         ty'              = tidyType env (idType id)
        id'               = mkUserLocal occ' (idUnique id) ty' noSrcLoc
        var_env'          = extendVarEnv var_env id id'