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