[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)
When compiling I get this warning ...