summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T19310.script
diff options
context:
space:
mode:
authorKrzysztof Gogolewski <krzysztof.gogolewski@tweag.io>2021-02-03 04:48:18 +0100
committerKrzysztof Gogolewski <krzysztof.gogolewski@tweag.io>2021-02-06 16:13:47 +0100
commit441700f708995e261e086071385592f7654e4adb (patch)
treeaabe03314669ab498046f840dfc5cd5e89f2645a /testsuite/tests/ghci/scripts/T19310.script
parent3da472f0e78fe5f1068be0cc2b1c0762532da9f9 (diff)
downloadhaskell-wip/ppr-arr.tar.gz
Fix pretty-printing of invisible arguments for FUN 'Many (#19310)wip/ppr-arr
Diffstat (limited to 'testsuite/tests/ghci/scripts/T19310.script')
-rw-r--r--testsuite/tests/ghci/scripts/T19310.script4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/T19310.script b/testsuite/tests/ghci/scripts/T19310.script
new file mode 100644
index 0000000000..64a72c2e50
--- /dev/null
+++ b/testsuite/tests/ghci/scripts/T19310.script
@@ -0,0 +1,4 @@
+:m GHC.Exts GHC.Types
+:set -fprint-explicit-kinds -XDataKinds -XKindSignatures
+type T = FUN 'Many :: Type -> Type -> Type
+:i T