summaryrefslogtreecommitdiff
path: root/compiler/iface
diff options
context:
space:
mode:
authorsimonpj@microsoft.com <unknown>2010-02-25 17:40:48 +0000
committersimonpj@microsoft.com <unknown>2010-02-25 17:40:48 +0000
commitf6a7934488e8c430c9a4e123965f4a6018a7fc37 (patch)
treec0ee70b9451b0dd6543a4f1c37b4c570533688a9 /compiler/iface
parent023b31fe82746b937ab0eba78b11559be782ebcf (diff)
downloadhaskell-f6a7934488e8c430c9a4e123965f4a6018a7fc37.tar.gz
Add comment
Diffstat (limited to 'compiler/iface')
-rw-r--r--compiler/iface/IfaceType.lhs3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/iface/IfaceType.lhs b/compiler/iface/IfaceType.lhs
index 2db1908713..52149b159a 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