import Data.Ratio fine :: Ratio Int fine = 0.3 bad :: Float bad = 0.3 main = do print fine print bad