summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T7053.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/polykinds/T7053.stderr')
-rw-r--r--testsuite/tests/polykinds/T7053.stderr6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/polykinds/T7053.stderr b/testsuite/tests/polykinds/T7053.stderr
new file mode 100644
index 0000000000..6ccfa947c1
--- /dev/null
+++ b/testsuite/tests/polykinds/T7053.stderr
@@ -0,0 +1,6 @@
+
+T7053.hs:7:50: error:
+ • Occurs check: cannot construct the infinite kind: k ~ k -> k
+ • In the first argument of ‘TypeRep’, namely ‘(a b)’
+ In the type ‘TypeRep (a b)’
+ In the definition of data constructor ‘TyApp’