shithub: MicroHs

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