summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T16902.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/polykinds/T16902.stderr')
-rw-r--r--testsuite/tests/polykinds/T16902.stderr5
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuite/tests/polykinds/T16902.stderr b/testsuite/tests/polykinds/T16902.stderr
index e265866119..00bb3ba696 100644
--- a/testsuite/tests/polykinds/T16902.stderr
+++ b/testsuite/tests/polykinds/T16902.stderr
@@ -1,6 +1,9 @@
T16902.hs:11:10: error:
- • Expected a type, but found something with kind ‘a1’
+ • Couldn't match kind ‘k’ with ‘*’
+ When matching kinds
+ a :: k
+ k :: *
• In the type ‘F a’
In the definition of data constructor ‘MkF’
In the data declaration for ‘F’