purescript-0.12.0: tests/purs/passing/ResolvableScopeConflict3.purs
module Main (thing, main, module A) where import A import Effect.Console (log) thing :: Int thing = 2 main = log "Done"
module Main (thing, main, module A) where import A import Effect.Console (log) thing :: Int thing = 2 main = log "Done"