shithub: MicroHs

ref: 3eec9d59f513c7c1a1e99beeb9d72dfbbf50a54f
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