purescript-0.12.0: tests/purs/warning/ScopeShadowing2.purs
-- @shouldWarnWith ScopeShadowing module Main ( append , module Data.Semigroup ) where import Data.Semigroup append :: forall a. a -> a -> a append x _ = x
-- @shouldWarnWith ScopeShadowing module Main ( append , module Data.Semigroup ) where import Data.Semigroup append :: forall a. a -> a -> a append x _ = x