summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T18264.stdout
diff options
context:
space:
mode:
authorAditya Gupta <adityagupta1089@gmail.com>2020-08-23 17:53:37 +0530
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-08-27 14:19:26 -0400
commit01ff8c89727a91cbc1571ae54f73f5919d6aaa71 (patch)
tree383ea51e53a93a8ca3a18fcaa213a84810576bc8 /testsuite/tests/rename/should_compile/T18264.stdout
parent770100e0266750a313b34a52a60968410fcf0769 (diff)
downloadhaskell-01ff8c89727a91cbc1571ae54f73f5919d6aaa71.tar.gz
Consolidate imports in getMinimalImports (#18264)
Diffstat (limited to 'testsuite/tests/rename/should_compile/T18264.stdout')
-rw-r--r--testsuite/tests/rename/should_compile/T18264.stdout6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_compile/T18264.stdout b/testsuite/tests/rename/should_compile/T18264.stdout
new file mode 100644
index 0000000000..49fbed571e
--- /dev/null
+++ b/testsuite/tests/rename/should_compile/T18264.stdout
@@ -0,0 +1,6 @@
+import Data.Char ( isDigit, isLetter )
+import Data.List ( sortOn )
+import Data.Maybe ( fromJust, isJust )
+import qualified Data.Char as C ( isLetter, isDigit )
+import qualified Data.List as S ( sort )
+import qualified Data.List as T ( nub )