purescript-0.8.3.0: examples/passing/ConstraintInference.purs
module Main where import Prelude shout = Control.Monad.Eff.Console.log <<< (<> "!") <<< show main = shout "Done"
module Main where import Prelude shout = Control.Monad.Eff.Console.log <<< (<> "!") <<< show main = shout "Done"