shithub: MicroHs

ref: 4a7a73a6c99c0e7ce6b84e4ee0813b85e1d747d7
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