shithub: MicroHs

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