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