ref: 0d192383d2e1891faa578c21afd69eef6bbc83cf 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