Warning found: in module Main at tests/purs/warning/Kind-UnusedExplicitImport-1.purs:6:1 - 6:47 (line 6, column 1 - line 6, column 47) The import of module Type.RowList contains the following unused references: ListToRow It could be replaced with: import Type.RowList (RowList) See https://github.com/purescript/documentation/blob/master/errors/UnusedExplicitImport.md for more information, or to contribute content related to this warning.