purescript-0.7.5.1: examples/passing/1570.purs
module Main where test :: forall a. a -> a test = \(x :: a) -> x main = Control.Monad.Eff.Console.log "Done"
module Main where test :: forall a. a -> a test = \(x :: a) -> x main = Control.Monad.Eff.Console.log "Done"