Repository : ssh://darcs.haskell.org//srv/darcs/packages/ghc-prim

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/8682838d178ffa4a29c732d48920548e33725f02

>---------------------------------------------------------------

commit 8682838d178ffa4a29c732d48920548e33725f02
Author: Jose Pedro Magalhaes <[email protected]>
Date:   Tue Feb 21 12:02:06 2012 +0100

    Minor Haddock documentation fix

>---------------------------------------------------------------

 GHC/Generics.hs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/GHC/Generics.hs b/GHC/Generics.hs
index 9095f73..90c5aff 100644
--- a/GHC/Generics.hs
+++ b/GHC/Generics.hs
@@ -146,7 +146,7 @@ data Associativity = LeftAssociative
 -- Eq, Show, Ord, and Read instances are in GHC.Int
 
 -- | Representable types of kind *.
--- This class is derivable in GHC with the DeriveRepresentable flag on.
+-- This class is derivable in GHC with the DeriveGeneric flag on.
 class Generic a where
   -- | Generic representation type
   type Rep a :: * -> *



_______________________________________________
Cvs-libraries mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-libraries

Reply via email to