_______________________________________________ Hugs-Bugs mailing list [email protected] http://www.haskell.org/mailman/listinfo/hugs-bugs
I'm using the hugs98-Nov2003-2 rpm on Linux. If I enter fromInt 5 at the
hugs prompt, I get 5. If I use fromInt 5 in a module and try to load the
module, I'm told that fromInt is undefined, unless I explicitly import
Hugs.Prelude. Is this a bug or a feature?
