Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/9e84b26cf53405f196601fd45c15309ad679db13 >--------------------------------------------------------------- commit 9e84b26cf53405f196601fd45c15309ad679db13 Author: Ian Lynagh <[email protected]> Date: Wed May 25 00:15:40 2011 +0100 ghci008: accept output: types no longer have datatype contexts >--------------------------------------------------------------- tests/ghc-regress/ghci/scripts/ghci008.stdout | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ghc-regress/ghci/scripts/ghci008.stdout b/tests/ghc-regress/ghci/scripts/ghci008.stdout index 0ecd5f6..000f254 100644 --- a/tests/ghc-regress/ghci/scripts/ghci008.stdout +++ b/tests/ghc-regress/ghci/scripts/ghci008.stdout @@ -8,10 +8,10 @@ class (Eq a, Show a) => Num a where ... -- Defined in GHC.Num infixl 6 + -data RealFloat a => Data.Complex.Complex a = !a Data.Complex.:+ !a +data Data.Complex.Complex a = !a Data.Complex.:+ !a -- Defined in Data.Complex infix 6 Data.Complex.:+ -data RealFloat a => Data.Complex.Complex a = !a Data.Complex.:+ !a +data Data.Complex.Complex a = !a Data.Complex.:+ !a -- Defined in Data.Complex infix 6 Data.Complex.:+ class (RealFrac a, Floating a) => RealFloat a where _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
