shithub: MicroHs

ref: 117ef42c4ad8544d56a2ff8f328e017f3e5563c5
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