shithub: MicroHs

ref: 4fd2c14e65ca5f9006bff00b2fbbd678c29942fe
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