summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T9497d.stderr
blob: 46121be1c15b9b0d7b931275f24aee4331366e5e (plain)
1
2
3
4
5
6
7

T9497d.hs:2:8: error:
    • Found hole: _main :: IO ()
      Or perhaps ‘_main’ is mis-spelled, or not in scope
    • In the expression: _main
      In an equation for ‘main’: main = _main
    • Relevant bindings include main :: IO () (bound at T9497d.hs:2:1)