Warning 275 of 275:
in module Deku.DOM.Attr.Type
at /nix/store/v7w0dan0kwmfdw3zbyzbllsyk6bbgmdq-deku-0.9.9/Deku/DOM/Attr/Type.purs:1:1 - 39:35 (line 1, column 1 - line 39, column 35)
Shadowed definitions are in scope for type Type from the following open imports:
import Prim
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.
I would be interested in seeing 275 less warnings in my compile output. Is it possible to use hiding or something?
I would be interested in seeing 275 less warnings in my compile output. Is it possible to use
hiding
or something?