packages feed

fay-0.5.0.0: tests/25.hs

main = print ((\a 'a' -> "OK.") 0 'b')

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