Repository : ssh://darcs.haskell.org//srv/darcs/packages/ghc-prim On branch : ghc-generics
http://hackage.haskell.org/trac/ghc/changeset/6c97110997cec93ddcf1405ed20e8afd22dfd58e >--------------------------------------------------------------- commit 6c97110997cec93ddcf1405ed20e8afd22dfd58e Author: Jose Pedro Magalhaes <[email protected]> Date: Fri Apr 29 08:44:01 2011 +0200 Whitespace only. >--------------------------------------------------------------- GHC/Generics.hs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/GHC/Generics.hs b/GHC/Generics.hs index 46200b1..64e6db7 100644 --- a/GHC/Generics.hs +++ b/GHC/Generics.hs @@ -141,9 +141,9 @@ prec Prefix = I# 10# prec (Infix _ n) = n -- | Datatype to represent the associativy of a constructor -data Associativity = LeftAssociative - | RightAssociative - | NotAssociative +data Associativity = LeftAssociative + | RightAssociative + | NotAssociative -- deriving (Eq, Show, Ord, Read) -- TODO: Add these instances to the Prelude _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
