alexmingoia / purescript-pux

Build type-safe web apps with PureScript.
https://www.purescript-pux.org
Other
565 stars 76 forks source link

UnusedExplicitImport of (<|>) in module Pux.Router. #106

Closed philderbeast closed 7 years ago

philderbeast commented 7 years ago

When compiling I get this warning ...

[7/7 UnusedExplicitImport] bower_components\purescript-pux\src\Pux\Router.purs:22:1

    22  import Control.Alt (class Alt, (<|>))
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    The import of module Control.Alt contains the following unused references:

      (<|>)

    It could be replaced with:

      import Control.Alt (class Alt)
alexmingoia commented 7 years ago

This is fixed in Pux 8 and 7.1