Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpj@microsoft.com committed Sep 11, 2006
1 parent 0a414c4 commit 38f4f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/basicTypes/Var.lhs
Expand Up @@ -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,
Expand Down

0 comments on commit 38f4f2e

Please sign in to comment.