fay-0.4.0.1: tests/14.hs
main = print (case False of
True -> "Hello!"
False -> "Ney!")
print :: String -> Fay ()
print = ffi "console.log(%1)" FayNonemain = print (case False of
True -> "Hello!"
False -> "Ney!")
print :: String -> Fay ()
print = ffi "console.log(%1)" FayNone