From 4706dd570b3426eeb08be9451e12e036c171de92 Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Wed, 29 Nov 2006 22:52:23 +0000 Subject: [PATCH] Remove bogus comment --- compiler/hsSyn/HsDecls.lhs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/compiler/hsSyn/HsDecls.lhs b/compiler/hsSyn/HsDecls.lhs index 049f597..714a17b 100644 --- a/compiler/hsSyn/HsDecls.lhs +++ b/compiler/hsSyn/HsDecls.lhs @@ -344,11 +344,6 @@ Interface file code: \begin{code} --- TyClDecls are precisely the kind of declarations that can --- appear in interface files; or (internally) in GHC's interface --- for a module. That's why (despite the misnomer) IfaceSig and ForeignType --- are both in TyClDecl - -- Representation of indexed types -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- Kind signatures of indexed types come in two flavours: -- 1.7.10.4