fay-0.10.1.0: tests/case.hs
import Language.Fay.Prelude
main = putStrLn (case True of
True -> "Hello!"
False -> "Ney!")
import Language.Fay.Prelude
main = putStrLn (case True of
True -> "Hello!"
False -> "Ney!")