diff options
author | kl0tl <> | 2021-03-01 17:58:00 (GMT) |
---|---|---|
committer | hdiff <hdiff@hdiff.luite.com> | 2021-03-01 17:58:00 (GMT) |
commit | 15a4e78905d8dcb52a02343bd4c9a57077879a63 (patch) | |
tree | 6982b900da6b458ceeea83c746513e92e04327fa /tests/purs/warning/Kind-UnusedImport.purs | |
parent | 9b6ffebd89f34156e28483d7c2a77e446f8f48db (diff) |
Diffstat (limited to 'tests/purs/warning/Kind-UnusedImport.purs')
-rw-r--r-- | tests/purs/warning/Kind-UnusedImport.purs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/purs/warning/Kind-UnusedImport.purs b/tests/purs/warning/Kind-UnusedImport.purs index 07ad87f..35881a0 100644 --- a/tests/purs/warning/Kind-UnusedImport.purs +++ b/tests/purs/warning/Kind-UnusedImport.purs @@ -3,7 +3,7 @@ module Main where import Prelude (Unit, unit, pure) import Effect (Effect) -import Type.RowList (kind RowList) +import Type.RowList (RowList) main :: Effect Unit main = pure unit |