fay-0.10.0.0: tests/then.hs
module Then where import Language.Fay.FFI import Language.Fay.Prelude main = print "Hello," >> print "World!" print :: String -> Fay () print = ffi "console.log(%1)"
module Then where import Language.Fay.FFI import Language.Fay.Prelude main = print "Hello," >> print "World!" print :: String -> Fay () print = ffi "console.log(%1)"