ref: 4bbd2e1708cb216e94efd7251ce18cff2bb04243 dir: /lib/Data/Real.hs/
module Data.Real(module Data.Real) where import Primitives import Data.Ratio_Type class Real a where toRational :: a -> Rational