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