Add comment
authorsimonpj@microsoft.com <unknown>
Thu, 25 Feb 2010 17:40:48 +0000 (17:40 +0000)
committersimonpj@microsoft.com <unknown>
Thu, 25 Feb 2010 17:40:48 +0000 (17:40 +0000)
compiler/iface/IfaceType.lhs

index 2db1908..52149b1 100644 (file)
@@ -73,7 +73,8 @@ data IfaceTyCon       -- Abbreviations for common tycons with known names
   | IfaceIntTc | IfaceBoolTc | IfaceCharTc
   | IfaceListTc | IfacePArrTc
   | IfaceTupTc Boxity Arity 
-  | IfaceAnyTc IfaceKind    -- Used for AnyTyCon (see Note [Any Types] in TysPrim)
+  | IfaceAnyTc FastString    -- Used for AnyTyCon (see Note [Any Types] in TysPrim)
+                            -- other than 'Any :: *' itself
   | IfaceLiftedTypeKindTc | IfaceOpenTypeKindTc | IfaceUnliftedTypeKindTc
   | IfaceUbxTupleKindTc | IfaceArgTypeKindTc