shithub: MicroHs

ref: 2ac265704e87b49196c3fb6cd84d63f15f06ba05
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