From f6a7934488e8c430c9a4e123965f4a6018a7fc37 Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Thu, 25 Feb 2010 17:40:48 +0000 Subject: [PATCH] Add comment --- compiler/iface/IfaceType.lhs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 1.7.10.4