fay-0.9.1.0: tests/patternMatchFail.hs
{-# LANGUAGE NoImplicitPrelude #-}
main = print ((\a 'a' -> "OK.") 0 'b')
print :: String -> Fay ()
print = ffi "console.log(%1)"
{-# LANGUAGE NoImplicitPrelude #-}
main = print ((\a 'a' -> "OK.") 0 'b')
print :: String -> Fay ()
print = ffi "console.log(%1)"