shithub: MicroHs

ref: 6704af8340fce8de731bcd712936e6f24bd41827
dir: /lib/Data/Real.hs/

View raw version
module Data.Real(module Data.Real) where
import Primitives
import Data.Ratio_Type

class Real a where
  toRational :: a -> Rational