ref: 98209f4e8272dd76d721b4cecc744f788c3c78b9 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