purescript-0.9.1: examples/passing/ResolvableScopeConflict3.purs
module Main (thing, main, module A) where import A import Control.Monad.Eff.Console (log) thing :: Int thing = 2 main = log "Done"
module Main (thing, main, module A) where import A import Control.Monad.Eff.Console (log) thing :: Int thing = 2 main = log "Done"