shithub: MicroHs

ref: 29c4cb296e5a41beeb2e093bb0a74db79fd679a0
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