packages feed

fay-0.10.0.0: tests/patternMatchFail.hs


module PatternMatchFail where

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

main = print ((\a 'a' -> "OK.") 0 'b')

print :: String -> Fay ()
print = ffi "console.log(%1)"