summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tc168b.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tc168b.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tc168b.stderr16
1 files changed, 16 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tc168b.stderr b/testsuite/tests/typecheck/should_fail/tc168b.stderr
new file mode 100644
index 0000000000..6b9619ec36
--- /dev/null
+++ b/testsuite/tests/typecheck/should_fail/tc168b.stderr
@@ -0,0 +1,16 @@
+
+tc168b.hs:7:1: error:
+ • Could not deduce (C a (u, v0, w0, x0, y0, z0))
+ from the context: C a (u, v, w, x, y, z)
+ bound by the inferred type for ‘g’:
+ forall {a} {u} {v} {w} {x} {y} {z}.
+ C a (u, v, w, x, y, z) =>
+ a -> u
+ at tc168b.hs:7:1-16
+ The type variables ‘v0’, ‘w0’, ‘x0’, ‘y0’, ‘z0’ are ambiguous
+ • In the ambiguity check for the inferred type for ‘g’
+ To defer the ambiguity check to use sites, enable AllowAmbiguousTypes
+ When checking the inferred type
+ g :: forall {a} {u} {v} {w} {x} {y} {z}.
+ C a (u, v, w, x, y, z) =>
+ a -> u