From 38f4f2e06695db9e396e3ebaf97b870c4975c803 Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Mon, 11 Sep 2006 08:34:40 +0000 Subject: [PATCH] Add comment --- compiler/basicTypes/Var.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/basicTypes/Var.lhs b/compiler/basicTypes/Var.lhs index 60fdf38..4ba7d89 100644 --- a/compiler/basicTypes/Var.lhs +++ b/compiler/basicTypes/Var.lhs @@ -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, -- 1.7.10.4