White space only
authorsimonpj@microsoft.com <unknown>
Wed, 17 May 2006 15:49:36 +0000 (15:49 +0000)
committersimonpj@microsoft.com <unknown>
Wed, 17 May 2006 15:49:36 +0000 (15:49 +0000)
compiler/types/TyCon.lhs

index fcd32c6..34848c8 100644 (file)
@@ -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.