packages feed

fay-0.1.0.0: tests/26.hs

main = print (5 * 3 / 2)

print :: Foreign a => a -> Fay ()
print = foreignFay "console.log" ""