acme-microwave-0.1.0.2: The eighth wonder of the world, kitchen math!

Safe HaskellSafe-Inferred
LanguageHaskell98

Data.Microwave

Description

Have you ever wondered why, when using a microwave, pressing "60" is the same as pressing "100"? Well wonder no longer! I, through epic trials and hardships, have tamed the vexacious wiles of that most enigmatic appliance.

    λ> let n = 200 :: Microwave
    λ> n
       2:00
    λ> n > 150
       True
    λ> n > 170
       False
    λ> n `quotRem` 7
       (0:17,0:01)
  

Documentation