Re: Standard Haskell

1998-09-09 Thread Andrew Rock
-Ed-98. While we're at it why not give the stream under continuing development a distinguishing name like Haskell-Pro (Professional, for Projects, Production...). Cheers, Rock. -- Andrew Rock -- [EMAIL PROTECTED] -- http://www.cit.gu.edu.au/~arock/ School of Computing and Information Technology Griffith University -- Nathan, Brisbane, Queensland 4111, Australia

Numeric conversions

1997-09-29 Thread Andrew Rock
t useless as a replacement for my real2frac, as Int and Integer aren't instances of RealFrac. Is there a better way to define a polymorphic mean using the current prelude definitions? Why does the prelude have fromRealFrac instead of something more generally useful like real2frac? Thanks i