summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T14563.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/polykinds/T14563.stderr')
-rw-r--r--testsuite/tests/polykinds/T14563.stderr7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/polykinds/T14563.stderr b/testsuite/tests/polykinds/T14563.stderr
new file mode 100644
index 0000000000..1265ec0e3a
--- /dev/null
+++ b/testsuite/tests/polykinds/T14563.stderr
@@ -0,0 +1,7 @@
+
+T14563.hs:9:39: error:
+ • Expected kind ‘TYPE rep -> TYPE rep''’,
+ but ‘h’ has kind ‘TYPE rep -> *’
+ • In the second argument of ‘Lan’, namely ‘h’
+ In the type ‘Lan g h a’
+ In the definition of data constructor ‘Lan’