packages feed

fay-0.9.2.0: tests/ints.hs

{-# LANGUAGE NoImplicitPrelude #-}

module Ints where

import           Language.Fay.FFI
import           Language.Fay.Prelude

main = do
  print 123

-- | Print using console.log.
print :: Int -> Fay ()
print = ffi "console.log(%1)"