shithub: MicroHs

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