summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T22648b.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T22648b.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T22648b.stderr7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T22648b.stderr b/testsuite/tests/typecheck/should_fail/T22648b.stderr
new file mode 100644
index 0000000000..50d9c95c37
--- /dev/null
+++ b/testsuite/tests/typecheck/should_fail/T22648b.stderr
@@ -0,0 +1,7 @@
+
+T22648b.hs:11:19: error: [GHC-25115]
+ • Visibility of forall-bound variables is not compatible
+ Expected: forall k1 k2. k1 -> k2 -> *
+ Actual: forall {k1} {k2}. k1 -> k2 -> *
+ • In the type ‘D1’
+ In the type instance declaration for ‘F’