X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FhsSyn%2FHsDecls.lhs;h=cd04a1a7e00147b0da88e08ec02e900df404f0ff;hb=9f55c592f7283e5d16dd406c767af352adf30bfc;hp=8ef3816c19d90ff7bc6b6351f94d055371b7c40e;hpb=ed345a461ea63f0cfbefa49c13b9711b48d08ea3;p=ghc-hetmet.git diff --git a/compiler/hsSyn/HsDecls.lhs b/compiler/hsSyn/HsDecls.lhs index 8ef3816..cd04a1a 100644 --- a/compiler/hsSyn/HsDecls.lhs +++ b/compiler/hsSyn/HsDecls.lhs @@ -406,8 +406,8 @@ data TyClDecl name } - | -- | @type/data/newtype family T :: *->*@ - TyFamily { tcdFlavour:: FamilyFlavour, -- type, new, or data + | -- | @type/data family T :: *->*@ + TyFamily { tcdFlavour:: FamilyFlavour, -- type or data tcdLName :: Located name, -- type constructor tcdTyVars :: [LHsTyVarBndr name], -- type variables tcdKind :: Maybe Kind -- result kind