shithub: MicroHs

ref: 933e45935e3626dbf09d8f0b8ba7fd261fc40fed
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