summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T15079_fail_a.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T15079_fail_a.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T15079_fail_a.stderr7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T15079_fail_a.stderr b/testsuite/tests/typecheck/should_fail/T15079_fail_a.stderr
new file mode 100644
index 0000000000..83765d7f82
--- /dev/null
+++ b/testsuite/tests/typecheck/should_fail/T15079_fail_a.stderr
@@ -0,0 +1,7 @@
+
+T15079_fail_a.hs:8:12: error: [GHC-25115]
+ • Visibility of forall-bound variables is not compatible
+ Expected: forall a. a -> *
+ Actual: forall {k}. k -> *
+ • In the first argument of ‘Foo’, namely ‘InferredProxy’
+ In the type signature: foo :: Foo InferredProxy