From a731a252d3332eda37fdc2ac4ce8f8e7025eb1f5 Mon Sep 17 00:00:00 2001 From: simonpj Date: Thu, 6 May 2004 12:25:12 +0000 Subject: [PATCH] [project @ 2004-05-06 12:25:12 by simonpj] White spacing only --- ghc/compiler/hsSyn/HsSyn.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/hsSyn/HsSyn.lhs b/ghc/compiler/hsSyn/HsSyn.lhs index c5ea96e..a9982a6 100644 --- a/ghc/compiler/hsSyn/HsSyn.lhs +++ b/ghc/compiler/hsSyn/HsSyn.lhs @@ -56,7 +56,7 @@ data HsModule name -- imported interfaces early on, adding that -- info to TyDecls/etc; so this list is -- often empty, downstream. - [LHsDecl name] -- Type, class, value, and interface signature decls + [LHsDecl name] -- Type, class, value, and interface signature decls (Maybe DeprecTxt) -- reason/explanation for deprecation of this module data HsExtCore name -- Read from Foo.hcr -- 1.7.10.4