summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T19978.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T19978.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T19978.stderr12
1 files changed, 6 insertions, 6 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T19978.stderr b/testsuite/tests/typecheck/should_fail/T19978.stderr
index 7f41c37ad4..4ea25fcf04 100644
--- a/testsuite/tests/typecheck/should_fail/T19978.stderr
+++ b/testsuite/tests/typecheck/should_fail/T19978.stderr
@@ -1,9 +1,9 @@
T19978.hs:8:7: error:
- • Illegal term-level use of the type constructor ‘Bool’
- imported from ‘Prelude’ at T19978.hs:3:8-13
- (and originally defined in ‘GHC.Types’)
- Perhaps you meant one of these:
+ • Illegal term-level use of the type constructor or class ‘Bool’
+ • imported from ‘Prelude’ at T19978.hs:3:8-13
+ (and originally defined in ‘GHC.Types’)
+ • Perhaps you meant one of these:
‘Bowl’ (line 11), variable ‘bool’ (line 12)
• In the expression: Bool
In an equation for ‘ex1’: ex1 = Bool
@@ -14,8 +14,8 @@ T19978.hs:14:7: error:
T19978.hs:21:7: error:
• Illegal term-level use of the type variable ‘mytv’
- bound at T19978.hs:20:15
- Perhaps you meant one of these:
+ • bound at T19978.hs:20:15
+ • Perhaps you meant one of these:
data constructor ‘Mytv’ (line 24), ‘myvv’ (line 25)
• In the expression: mytv
In an equation for ‘ex3’: ex3 = mytv