purescript-0.9.1: examples/passing/JSReserved.purs
module Main where import Prelude import Control.Monad.Eff.Console (log) yield = 0 member = 1 public = \return -> return this catch = catch main = log "Done"
module Main where import Prelude import Control.Monad.Eff.Console (log) yield = 0 member = 1 public = \return -> return this catch = catch main = log "Done"