From: simonpj@microsoft.com Date: Thu, 25 Feb 2010 17:40:48 +0000 (+0000) Subject: Add comment X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=f6a7934488e8c430c9a4e123965f4a6018a7fc37 Add comment --- diff --git a/compiler/iface/IfaceType.lhs b/compiler/iface/IfaceType.lhs index 2db1908..52149b1 100644 --- a/compiler/iface/IfaceType.lhs +++ b/compiler/iface/IfaceType.lhs @@ -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