From: simonpj@microsoft.com Date: Wed, 17 May 2006 15:49:36 +0000 (+0000) Subject: White space only X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=5abdfc854aab09057bad26a5fe41828ea4968e5d White space only --- diff --git a/compiler/types/TyCon.lhs b/compiler/types/TyCon.lhs index fcd32c6..34848c8 100644 --- a/compiler/types/TyCon.lhs +++ b/compiler/types/TyCon.lhs @@ -151,7 +151,7 @@ data TyCon tyConKind :: Kind, tyConArity :: Arity, - tyConTyVars :: [TyVar], -- Bound tyvars + tyConTyVars :: [TyVar], -- Bound tyvars synTcRhs :: Type, -- Right-hand side, mentioning these type vars. -- Acts as a template for the expansion when -- the tycon is applied to some types.