Repository : ssh://darcs.haskell.org//srv/darcs/packages/base On branch : master
http://hackage.haskell.org/trac/ghc/changeset/0eb4249c0e36ef2d9c04de479331168123462665 >--------------------------------------------------------------- commit 0eb4249c0e36ef2d9c04de479331168123462665 Author: Ian Lynagh <[email protected]> Date: Sat Nov 19 21:41:45 2011 +0000 Remove some comments about interfaces being checked against H98 base doesn't follow Haskell 98 >--------------------------------------------------------------- Data/Char.hs | 2 -- Data/Complex.hs | 2 -- Data/Ix.hs | 2 -- 3 files changed, 0 insertions(+), 6 deletions(-) diff --git a/Data/Char.hs b/Data/Char.hs index e1afc44..c19e8af 100644 --- a/Data/Char.hs +++ b/Data/Char.hs @@ -50,8 +50,6 @@ module Data.Char , showLitChar -- :: Char -> ShowS , lexLitChar -- :: ReadS String , readLitChar -- :: ReadS Char - - -- Implementation checked wrt. Haskell 98 lib report, 1/99. ) where #ifdef __GLASGOW_HASKELL__ diff --git a/Data/Complex.hs b/Data/Complex.hs index d78a6c9..1e32bd7 100644 --- a/Data/Complex.hs +++ b/Data/Complex.hs @@ -42,8 +42,6 @@ module Data.Complex -- (RealFloat a) => Num (Complex a) -- (RealFloat a) => Fractional (Complex a) -- (RealFloat a) => Floating (Complex a) - -- - -- Implementation checked wrt. Haskell 98 lib report, 1/99. ) where diff --git a/Data/Ix.hs b/Data/Ix.hs index fdfc33a..4af5db3 100644 --- a/Data/Ix.hs +++ b/Data/Ix.hs @@ -37,8 +37,6 @@ module Data.Ix -- (Ix a, Ix b) => Ix (a, b) -- ... - -- Implementation checked wrt. Haskell 98 lib report, 1/99. - -- * Deriving Instances of 'Ix' -- | Derived instance declarations for the class 'Ix' are only possible -- for enumerations (i.e. datatypes having only nullary constructors) _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
