purescript-0.7.2.0: examples/passing/CheckFunction.purs
module Main where import Prelude test = ((\x -> x+1.0) >>> (\x -> x*2.0)) 4.0 main = Control.Monad.Eff.Console.log "Done"
module Main where import Prelude test = ((\x -> x+1.0) >>> (\x -> x*2.0)) 4.0 main = Control.Monad.Eff.Console.log "Done"