| >   Prelude.LT :: Prelude.Ordering = Prelude.zdwLT;
| >   Prelude.GT :: Prelude.Ordering = Prelude.zdwGT;
| >   Prelude.EQ :: Prelude.Ordering = Prelude.zdwEQ;
| 
| Except these last three lines are backwards.  They should read:
| 
| >   Prelude.zdwLT :: Prelude.Ordering = Prelude.LT;

Not so, in fact.   Check out the commentary:

http://www.cse.unsw.edu.au/~chak/haskell/ghc/comm/the-beast/data-types.h
tml
_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to