packages feed

purescript-0.14.0: tests/purs/warning/ScopeShadowing2.out

Warning found:
in module [33mMain[0m
at tests/purs/warning/ScopeShadowing2.purs:7:1 - 7:22 (line 7, column 1 - line 7, column 22)

  Shadowed definitions are in scope for value [33mappend[0m from the following open imports:

    [33mimport Data.Semigroup[0m

  These will be ignored and the local declaration will be used.


See https://github.com/purescript/documentation/blob/master/errors/ScopeShadowing.md for more information,
or to contribute content related to this warning.