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