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