>>> do x <- getLine unless (x == "hi") (putStrLn "hi!") comingupwithexamplesisdifficult hi!
>>> unless (pi > exp 1) Nothing Just ()