Plan 9 from Bell Labs’s /usr/web/sources/contrib/fernan/nhc98/src/prelude/Prelude/CReal.hs
module Prelude(Real(..)) where import TRational import DRatio import CNum import COrd class (Num a, Ord a) => Real a where toRational :: a -> Rational