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