haskell98-2.0.0.1: Ratio.hs
#if __GLASGOW_HASKELL__ >= 701
{-# LANGUAGE Safe #-}
#endif
module Ratio (
Ratio, Rational, (%), numerator, denominator, approxRational
) where
import Data.Ratio
#if __GLASGOW_HASKELL__ >= 701
{-# LANGUAGE Safe #-}
#endif
module Ratio (
Ratio, Rational, (%), numerator, denominator, approxRational
) where
import Data.Ratio