packages feed

fay-0.9.1.0: tests/Double3.hs

{-# LANGUAGE NoImplicitPrelude #-}

main = print (5 * 3 / 2)

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