Validate fails

Simon Peyton-Jones simonpj at microsoft.com
Mon Mar 10 05:19:33 EDT 2008


Yes, that's right thanks.  Sorry about that.

| -----Original Message-----
| From: cvs-ghc-bounces at haskell.org [mailto:cvs-ghc-bounces at haskell.org] On Behalf Of Roman Leshchinskiy
| Sent: 10 March 2008 00:13
| To: Don Stewart
| Cc: cvs-ghc at 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  simonpj at microsoft.com
|    * 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 at haskell.org
| http://www.haskell.org/mailman/listinfo/cvs-ghc



More information about the Cvs-ghc mailing list