purescript-contrib / purescript-formatters

Formatting and printing for numeric and date/time/interval values
Apache License 2.0
41 stars 30 forks source link

UnusedImport of module Data.Foldable is redundant. #9

Closed philderbeast closed 7 years ago

philderbeast commented 7 years ago

When compiling this package, I get an unused import warning ...


[3/7 UnusedImport] bower_components\purescript-formatters\src\Data\Formatter\DateTime.purs:35:1

  35  import Data.Foldable (foldr)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  The import of module Data.Foldable is redundant