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