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