summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T14904b.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T14904b.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T14904b.stderr6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T14904b.stderr b/testsuite/tests/typecheck/should_fail/T14904b.stderr
new file mode 100644
index 0000000000..fff6942af1
--- /dev/null
+++ b/testsuite/tests/typecheck/should_fail/T14904b.stderr
@@ -0,0 +1,6 @@
+
+T14904b.hs:9:7: error:
+ • Expected kind ‘forall (a :: k1). g a’, but ‘f’ has kind ‘k0’
+ • In the first argument of ‘F’, namely
+ ‘((f :: forall a. g a) :: forall a. g a)’
+ In the type family declaration for ‘F’