summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_run/T9497a-run.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_run/T9497a-run.stderr')
-rw-r--r--testsuite/tests/typecheck/should_run/T9497a-run.stderr7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_run/T9497a-run.stderr b/testsuite/tests/typecheck/should_run/T9497a-run.stderr
new file mode 100644
index 0000000000..aae24cf396
--- /dev/null
+++ b/testsuite/tests/typecheck/should_run/T9497a-run.stderr
@@ -0,0 +1,7 @@
+T9497a-run: T9497a-run.hs:2:8:
+ Found hole ‘_main’ with type: IO ()
+ Relevant bindings include
+ main :: IO () (bound at T9497a-run.hs:2:1)
+ In the expression: _main
+ In an equation for ‘main’: main = _main
+(deferred type error)