diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci050.stderr')
-rw-r--r-- | testsuite/tests/ghci/scripts/ghci050.stderr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci050.stderr b/testsuite/tests/ghci/scripts/ghci050.stderr index b2e11a26ef..77c552575a 100644 --- a/testsuite/tests/ghci/scripts/ghci050.stderr +++ b/testsuite/tests/ghci/scripts/ghci050.stderr @@ -1,8 +1,8 @@ <interactive>:6:49: - Couldn't match expected type `ListableElem (a, a)' - with actual type `a' - `a' is a rigid type variable bound by + Couldn't match expected type ‛ListableElem (a, a)’ + with actual type ‛a’ + ‛a’ is a rigid type variable bound by the instance declaration at <interactive>:6:10 Relevant bindings include asList :: (a, a) -> [ListableElem (a, a)] @@ -11,4 +11,4 @@ b :: a (bound at <interactive>:6:43) In the expression: a In the expression: [a, b] - In an equation for `asList': asList (a, b) = [a, b] + In an equation for ‛asList’: asList (a, b) = [a, b] |