fay-0.4.0.4: tests/17.hs
data Person = Person String String Int
main = print (case Person "Chris" "Done" 14 of
Person "Chris" "Done" 13 -> "Hello!"
_ -> "World!")
print :: String -> Fay ()
print = ffi "console.log(%1)" FayNone