packages feed

fay-0.5.0.0: tests/15.hs

main = print (case False of
               True -> "Hello!"
               _    -> "Ney!")

print :: String -> Fay ()
print = ffi "console.log(%1)"