Yes, that's right thanks. Sorry about that. | -----Original Message----- | From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Roman Leshchinskiy | Sent: 10 March 2008 00:13 | To: Don Stewart | Cc: cvs-ghc@haskell.org | Subject: Re: Validate fails | | Don Stewart wrote: | > | > Hey, I wonder if that's a tab difference in the info code, hard coded in? | | Doesn't look like it to me: | | >> -data Data.Complex.Complex a = !a Data.Complex.:+ !a | >> +data (RealFloat a) => Data.Complex.Complex a | >> + = !a Data.Complex.:+ !a | | After a bit of searching, I guess it's this patch: | | Thu Mar 6 05:46:51 PST 2008 [EMAIL PROTECTED] | * Fix Trac #2138: print the 'stupid theta' of a data type | | So ghci didn't print the (RealFloat a) context before but does now. I'll | fix the expected output. | | Roman | | _______________________________________________ | Cvs-ghc mailing list | Cvs-ghc@haskell.org | http://www.haskell.org/mailman/listinfo/cvs-ghc
_______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc