Comments and spacing only
authorsimonpj@microsoft.com <unknown>
Thu, 12 Aug 2010 10:13:47 +0000 (10:13 +0000)
committersimonpj@microsoft.com <unknown>
Thu, 12 Aug 2010 10:13:47 +0000 (10:13 +0000)
compiler/basicTypes/BasicTypes.lhs

index 022a8fc..85df1c2 100644 (file)
@@ -640,7 +640,7 @@ data Activation = NeverActive
                | AlwaysActive
                | ActiveBefore CompilerPhase    -- Active only *before* this phase
                | ActiveAfter CompilerPhase     -- Active in this phase and later
-               deriving( Eq, Data, Typeable )                  -- Eq used in comparing rules in HsDecls
+               deriving( Eq, Data, Typeable )  -- Eq used in comparing rules in HsDecls
 
 data RuleMatchInfo = ConLike                   -- See Note [CONLIKE pragma]
                    | FunLike