shithub: MicroHs

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