summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/should_run/T15007.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/should_run/T15007.stderr')
-rw-r--r--testsuite/tests/ghci/should_run/T15007.stderr9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/should_run/T15007.stderr b/testsuite/tests/ghci/should_run/T15007.stderr
new file mode 100644
index 0000000000..da1dc5d1ed
--- /dev/null
+++ b/testsuite/tests/ghci/should_run/T15007.stderr
@@ -0,0 +1,9 @@
+
+<interactive>:3:1: error:
+ • Found hole: _ :: t
+ Where: ‘t’ is a rigid type variable bound by
+ the inferred type of it :: t
+ at <interactive>:3:1
+ • In the expression: _
+ In an equation for ‘it’: it = _
+ • Relevant bindings include it :: t (bound at <interactive>:3:1)