mikesol / purescript-deku

A PureScript web UI framework
https://purescript-deku.surge.sh/
Apache License 2.0
123 stars 12 forks source link

Fix the "warning" sitution #83

Closed toastal closed 1 year ago

toastal commented 1 year ago
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?

mikesol commented 1 year ago

What version of the compiler are you using?

toastal commented 1 year ago

Not an issue anymore. Unsure what happened.