ref: c914f9616cfc478242462004ba5eb1af416e8d62 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