summaryrefslogtreecommitdiff
path: root/compiler/hsSyn
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2012-06-07 09:48:28 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2012-06-07 09:48:28 +0100
commit2119bda37c25d5691733d34908f5e851e9f1d3b8 (patch)
tree85722cbeabacf9bdc90e4538b93011cfe1831cfe /compiler/hsSyn
parenta3f68cac382083d50f02616f3af7bfb47e79d50d (diff)
downloadhaskell-2119bda37c25d5691733d34908f5e851e9f1d3b8.tar.gz
Comments only
Diffstat (limited to 'compiler/hsSyn')
-rw-r--r--compiler/hsSyn/HsDecls.lhs6
1 files changed, 4 insertions, 2 deletions
diff --git a/compiler/hsSyn/HsDecls.lhs b/compiler/hsSyn/HsDecls.lhs
index cf1c2c9a8e..2d8df43898 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