packages feed

purescript-0.15.15: tests/purs/warning/UnusedDctorImportExplicit.out

Warning found:
in module [33mMain[0m
at tests/purs/warning/UnusedDctorImportExplicit.purs:4:1 - 4:36 (line 4, column 1 - line 4, column 36)

  The import of type [33mOrdering[0m from module [33mData.Ordering[0m includes data constructors but only the type is used
  It could be replaced with:

    [33mimport Data.Ordering (Ordering)[0m



See https://github.com/purescript/documentation/blob/master/errors/UnusedDctorImport.md for more information,
or to contribute content related to this warning.