purescript-0.15.15: tests/purs/passing/CheckFunction.purs
module Main where import Prelude import Effect.Console (log) test = ((\x -> x+1.0) >>> (\x -> x*2.0)) 4.0 main = log "Done"
module Main where import Prelude import Effect.Console (log) test = ((\x -> x+1.0) >>> (\x -> x*2.0)) 4.0 main = log "Done"