if you enter :t 2^5000 in hugs, it gives: 2 ^ 5000 :: (Integral a, Num b) => b
which is obviously wrong (since a appears nowhere), but it's also obvious why it does this. any chance this'll be fixed? - hal -- Hal Daume III "Computer science is no more about computers | [EMAIL PROTECTED] than astronomy is about telescopes." -Dijkstra | www.isi.edu/~hdaume _______________________________________________ Hugs-Bugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/hugs-bugs
