ref: 4fd2c14e65ca5f9006bff00b2fbbd678c29942fe 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