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