packages feed

fay-0.2.0.0: tests/6.hs

main = print (10 + (2 * (4 / 2)))

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