purescript-0.15.15: tests/purs/warning/HidingImport.purs
-- @shouldWarnWith HidingImport -- @shouldWarnWith HidingImport module Main where import Prelude hiding (one) import Effect hiding (untilE) main :: Effect Unit main = pure unit
-- @shouldWarnWith HidingImport -- @shouldWarnWith HidingImport module Main where import Prelude hiding (one) import Effect hiding (untilE) main :: Effect Unit main = pure unit