shithub: MicroHs

ref: b60e10b8e89e2920229f0ded903fd7f3cba34d6e
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