purescript-0.15.15: 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"