Warning found: in module Main at tests/purs/warning/UnusedDctorExplicitImport.purs:4:1 - 4:40 (line 4, column 1 - line 4, column 40) The import of type Ordering from module Data.Ordering includes the following unused data constructors: LT It could be replaced with: import Data.Ordering (Ordering(EQ)) See https://github.com/purescript/documentation/blob/master/errors/UnusedDctorExplicitImport.md for more information, or to contribute content related to this warning.