fay-0.9.1.0: tests/caseWildcard.hs
{-# LANGUAGE NoImplicitPrelude #-}
main = print (case False of
True -> "Hello!"
_ -> "Ney!")
print :: String -> Fay ()
print = ffi "console.log(%1)"
{-# LANGUAGE NoImplicitPrelude #-}
main = print (case False of
True -> "Hello!"
_ -> "Ney!")
print :: String -> Fay ()
print = ffi "console.log(%1)"