ref: 8ce96e5c25c1e3556b80e5d4d68816ee524ca476 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