"Damien R. Sullivan" <dasulliv@cs.indiana.edu> writes: > can I get Haskell to actually do that division itself? You can use the function fromRational :: Fractional a => Rational -> a Feri.