fay-0.24.2.0: 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!")