shithub: MicroHs

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