shithub: MicroHs

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