[commit: ghc] ghc-generics1: Comments only (90fe0ed)

José Pedro Magalhães jpm at cs.uu.nl
Fri Jun 8 14:31:41 CEST 2012


Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : ghc-generics1

http://hackage.haskell.org/trac/ghc/changeset/90fe0ed6a2ab89e5b36cb807553f5ea0f53ffe74

>---------------------------------------------------------------

commit 90fe0ed6a2ab89e5b36cb807553f5ea0f53ffe74
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Thu Jun 7 09:48:28 2012 +0100

    Comments only

>---------------------------------------------------------------

 compiler/hsSyn/HsDecls.lhs |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/compiler/hsSyn/HsDecls.lhs b/compiler/hsSyn/HsDecls.lhs
index cf1c2c9..2d8df43 100644
--- a/compiler/hsSyn/HsDecls.lhs
+++ b/compiler/hsSyn/HsDecls.lhs
@@ -471,8 +471,10 @@ data HsTyDefn name   -- The payload of a type synonym or data type defn
              td_kindSig:: Maybe (LHsKind name),
                      -- ^ Optional kind signature.
                      --
-                     -- @(Just k)@ for a GADT-style @data@, or @data
-                     -- instance@ decl with explicit kind sig
+                     -- @(Just k)@ for a GADT-style @data@, 
+                     -- or @data instance@ decl, with explicit kind sig
+                     --
+                     -- Always @Nothing@ for H98-syntax decls
 
              td_cons   :: [LConDecl name],
                      -- ^ Data constructors





More information about the Cvs-ghc mailing list