shithub: MicroHs

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