shithub: MicroHs

ref: 2cf3c41c81f67d326e6f9b9fbbbff583e375afcb
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