purescript-0.9.1: examples/passing/s.purs
module Main where import Prelude import Control.Monad.Eff.Console (log) s = \x y z -> x z (y z) main = log "Done"
module Main where import Prelude import Control.Monad.Eff.Console (log) s = \x y z -> x z (y z) main = log "Done"