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