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

Reply via email to