purescript-0.7.5: examples/passing/862.purs
module Main where import Prelude import Control.Monad.Eff.Console id' = (\x -> x) <$> \y -> y main = log (id' "Done")
module Main where import Prelude import Control.Monad.Eff.Console id' = (\x -> x) <$> \y -> y main = log (id' "Done")