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