shithub: MicroHs

ref: 9afcafd33a81fc6c1f1134ed7c3580964b2d5e3b
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