summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci050.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci050.stderr')
-rw-r--r--testsuite/tests/ghci/scripts/ghci050.stderr23
1 files changed, 14 insertions, 9 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci050.stderr b/testsuite/tests/ghci/scripts/ghci050.stderr
index 80725e4605..f31b5c425c 100644
--- a/testsuite/tests/ghci/scripts/ghci050.stderr
+++ b/testsuite/tests/ghci/scripts/ghci050.stderr
@@ -1,9 +1,14 @@
-
-<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:10
- 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:10
+ Relevant bindings include
+ asList :: (a, a) -> [ListableElem (a, a)]
+ (bound at <interactive>:6:33)
+ a :: a (bound at <interactive>:6:41)
+ 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]