summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T7594.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/polykinds/T7594.stderr')
-rw-r--r--testsuite/tests/polykinds/T7594.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/polykinds/T7594.stderr b/testsuite/tests/polykinds/T7594.stderr
index be52e41d31..3ea08a3fb8 100644
--- a/testsuite/tests/polykinds/T7594.stderr
+++ b/testsuite/tests/polykinds/T7594.stderr
@@ -4,7 +4,7 @@ T7594.hs:35:12: error:
‘b’ is untouchable
inside the constraints: (:&:) c0 Real a
bound by a type expected by the context:
- (:&:) c0 Real a => a -> b
+ forall a. (:&:) c0 Real a => a -> b
at T7594.hs:35:8-19
‘b’ is a rigid type variable bound by
the inferred type of bar2 :: b at T7594.hs:35:1-19