Add comment
authorsimonpj@microsoft.com <unknown>
Mon, 11 Sep 2006 08:34:40 +0000 (08:34 +0000)
committersimonpj@microsoft.com <unknown>
Mon, 11 Sep 2006 08:34:40 +0000 (08:34 +0000)
compiler/basicTypes/Var.lhs

index 60fdf38..4ba7d89 100644 (file)
@@ -74,7 +74,7 @@ data Var
        tcTyVarDetails :: TcTyVarDetails }
 
   | GlobalId {                         -- Used for imported Ids, dict selectors etc
-       varName    :: !Name,
+       varName    :: !Name,    -- Always an External or WiredIn Name
        realUnique :: FastInt,
        idType     :: Type,
        idInfo     :: IdInfo,