Re: Global variables?

2003-02-16 Thread Richard Uhtenwoldt
Jon Cast writes >I, personally, haven't written a program whose bulk will fit in a single >file in several years, and I doubt I ever will again. So, support for >separate compilation is a necessity. How do you intend to handle this? Hmm; good point. I see I have been guilty of a careless, unc

Re: big rationals question

2003-02-16 Thread Ferenc Wagner
"Damien R. Sullivan" <[EMAIL PROTECTED]> writes: > can I get Haskell to actually do that division itself? You can use the function fromRational :: Fractional a => Rational -> a Feri. ___ Haskell-Cafe mailing list [