packages feed

fay-0.4.0.4: tests/25.hs

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

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