summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_fail/AnnotatedConstraint.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/partial-sigs/should_fail/AnnotatedConstraint.stderr')
-rw-r--r--testsuite/tests/partial-sigs/should_fail/AnnotatedConstraint.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/partial-sigs/should_fail/AnnotatedConstraint.stderr b/testsuite/tests/partial-sigs/should_fail/AnnotatedConstraint.stderr
index 979651bcea..1dba826661 100644
--- a/testsuite/tests/partial-sigs/should_fail/AnnotatedConstraint.stderr
+++ b/testsuite/tests/partial-sigs/should_fail/AnnotatedConstraint.stderr
@@ -1,6 +1,6 @@
AnnotatedConstraint.hs:7:8: error:
- No instance for (Eq (a0 -> a0)) arising from a use of ‘foo’
- (maybe you haven't applied a function to enough arguments?)
- In the expression: foo id
- In an equation for ‘test’: test = foo id
+ • No instance for ‘Eq (a0 -> a0)’ arising from a use of ‘foo’
+ (maybe you haven't applied a function to enough arguments?)
+ • In the expression: foo id
+ In an equation for ‘test’: test = foo id