shithub: MicroHs

ref: 22dc68832db4d88b0f27442c74bcfba6b5dab81f
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