fay-0.10.0.0: tests/Double4.hs
module Double4 where import Language.Fay.FFI import Language.Fay.Prelude main = print 1 print :: Double -> Fay () print = ffi "console.log(%1)"
module Double4 where import Language.Fay.FFI import Language.Fay.Prelude main = print 1 print :: Double -> Fay () print = ffi "console.log(%1)"