MicroHs-0.8: lib/Data/Real.hs
module Data.Real(module Data.Real) where import Primitives import Data.Ratio_Type class Real a where toRational :: a -> Rational
module Data.Real(module Data.Real) where import Primitives import Data.Ratio_Type class Real a where toRational :: a -> Rational