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