diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci050.stderr')
-rw-r--r-- | testsuite/tests/ghci/scripts/ghci050.stderr | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci050.stderr b/testsuite/tests/ghci/scripts/ghci050.stderr index 6f0e2c2ff2..74dc9a9b94 100644 --- a/testsuite/tests/ghci/scripts/ghci050.stderr +++ b/testsuite/tests/ghci/scripts/ghci050.stderr @@ -1,8 +1,9 @@ -
-<interactive>:6:49:
- Couldn't match type `a' with `ListableElem (a, a)'
- `a' is a rigid type variable bound by
- the instance declaration at <interactive>:6:20
- In the expression: a
- In the expression: [a, b]
- In an equation for `asList': asList (a, b) = [a, b]
+ +<interactive>:6:49: + Couldn't match expected type `a' + with actual type `ListableElem (a, a)' + `a' is a rigid type variable bound by + the instance declaration at <interactive>:6:20 + In the expression: a + In the expression: [a, b] + In an equation for `asList': asList (a, b) = [a, b] |