shithub: MicroHs

ref: 88b845ec25cb28b081ec98b2a2d1e345815b2f9b
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