purescript-0.15.0: tests/purs/warning/Kind-UnusedExplicitImport-1.purs
-- @shouldWarnWith UnusedExplicitImport module Main where import Prelude (Unit, unit, pure) import Effect (Effect) import Type.RowList (class ListToRow, RowList) class A (a :: RowList Type) main :: Effect Unit main = pure unit