summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T14555.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/polykinds/T14555.stderr')
-rw-r--r--testsuite/tests/polykinds/T14555.stderr6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/polykinds/T14555.stderr b/testsuite/tests/polykinds/T14555.stderr
new file mode 100644
index 0000000000..66fb55ae4f
--- /dev/null
+++ b/testsuite/tests/polykinds/T14555.stderr
@@ -0,0 +1,6 @@
+
+T14555.hs:12:34: error:
+ • Expected kind ‘TYPE rep’, but ‘a -> b’ has kind ‘*’
+ • In the second argument of ‘Exp’, namely ‘(a -> b)’
+ In the type ‘Exp xs (a -> b)’
+ In the definition of data constructor ‘Lam’