shithub: MicroHs

ref: 6227f227f0d19b5e1fa75d51df18ea26211f14ed
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