fay-0.19: tests/case.hs
module Case where
main = putStrLn (case True of
True -> "Hello!"
False -> "Ney!")
module Case where
main = putStrLn (case True of
True -> "Hello!"
False -> "Ney!")