purescript-0.15.15: tests/purs/passing/PendingConflictingImports2.purs
module Main where import A import Effect.Console (log) -- No error as we never force `thing` to be resolved in `Main` thing :: Int thing = 2 main = log "Done"
module Main where import A import Effect.Console (log) -- No error as we never force `thing` to be resolved in `Main` thing :: Int thing = 2 main = log "Done"