summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T9497d.stderr
blob: fff9e2e6a81324aa57b15e612d73bbda52fcad58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

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)
      Valid hole fits include
        main :: IO () (bound at T9497d.hs:2:1)
        readLn :: forall a. Read a => IO a
          with readLn @()
          (imported from ‘Prelude’ at T9497d.hs:1:1
           (and originally defined in ‘System.IO’))
        mempty :: forall a. Monoid a => a
          with mempty @(IO ())
          (imported from ‘Prelude’ at T9497d.hs:1:1
           (and originally defined in ‘GHC.Base’))