diff options
Diffstat (limited to 'testsuite/tests/roles/should_fail/Roles10.stderr')
-rw-r--r-- | testsuite/tests/roles/should_fail/Roles10.stderr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/roles/should_fail/Roles10.stderr b/testsuite/tests/roles/should_fail/Roles10.stderr index 1c636580b9..2102298269 100644 --- a/testsuite/tests/roles/should_fail/Roles10.stderr +++ b/testsuite/tests/roles/should_fail/Roles10.stderr @@ -1,9 +1,9 @@ Roles10.hs:16:12: - Could not coerce from ‛Bool’ to ‛Char’ - because ‛Bool’ and ‛Char’ are different types. - arising from the coercion of the method ‛meth’ from type - ‛Int -> F Int’ to type ‛Age -> F Age’ + Could not coerce from ‘Bool’ to ‘Char’ + because ‘Bool’ and ‘Char’ are different types. + arising from the coercion of the method ‘meth’ from type + ‘Int -> F Int’ to type ‘Age -> F Age’ Possible fix: use a standalone 'deriving instance' declaration, so you can specify the instance context yourself |