shithub: MicroHs

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