purescript-0.9.1: examples/passing/ExportExplicit2.purs
module Main where import M1 import Control.Monad.Eff.Console (log) testBar = bar main = log "Done"
module Main where import M1 import Control.Monad.Eff.Console (log) testBar = bar main = log "Done"