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.stderr8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci050.stderr b/testsuite/tests/ghci/scripts/ghci050.stderr
new file mode 100644
index 0000000000..7825133285
--- /dev/null
+++ b/testsuite/tests/ghci/scripts/ghci050.stderr
@@ -0,0 +1,8 @@
+
+<interactive>:6:51:
+ 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: b
+ In the expression: [a, b]
+ In an equation for `asList': asList (a, b) = [a, b]