summaryrefslogtreecommitdiff
path: root/testsuite/tests/module
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2017-10-24 13:56:29 -0400
committerBen Gamari <ben@smart-cactus.org>2017-10-25 15:45:34 -0400
commitbf83435b5c62776072977b9b1fc5aba2bffa97b4 (patch)
treeef9b3be38521fb4f9e972e1389d6ec9f199304ac /testsuite/tests/module
parent61f1b46e2a56fcb1e95dd1c4e87fb31940b3412d (diff)
downloadhaskell-bf83435b5c62776072977b9b1fc5aba2bffa97b4.tar.gz
typecheck: Clarify errors mentioned in #14385
Diffstat (limited to 'testsuite/tests/module')
-rw-r--r--testsuite/tests/module/mod39.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/module/mod39.stderr b/testsuite/tests/module/mod39.stderr
index 11aa05256e..95aaddbac5 100644
--- a/testsuite/tests/module/mod39.stderr
+++ b/testsuite/tests/module/mod39.stderr
@@ -2,6 +2,6 @@
mod39.hs:3:17: error:
• Constraint ‘Eq a’ in the type of ‘f’
constrains only the class type variables
- Use ConstrainedClassMethods to allow it
+ Enable ConstrainedClassMethods to allow it
• When checking the class method: f :: forall a. (C a, Eq a) => a
In the class declaration for ‘C’