packages feed

hat-2.7.0.0: libraries/Ratio.hs

--  Wrapper that exports just the stuff normally defined in the 
--  standard module Ratio. 
module Ratio 
  (Ratio, Rational, (%), numerator, denominator, approxRational) where

import PreludeBasic