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