summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/VisFlag3.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/VisFlag3.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/VisFlag3.stderr6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/VisFlag3.stderr b/testsuite/tests/typecheck/should_fail/VisFlag3.stderr
new file mode 100644
index 0000000000..244c9c8bb7
--- /dev/null
+++ b/testsuite/tests/typecheck/should_fail/VisFlag3.stderr
@@ -0,0 +1,6 @@
+
+VisFlag3.hs:6:3: error: [GHC-25115]
+ • Visibilities of forall-bound variables are not compatible
+ Expected: forall k. k -> k
+ Actual: forall k -> k -> k
+ • In the associated type family declaration for ‘F’