summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T10248.stderr
blob: 59b0b29078c2a48236fd3c4f5ee555bf0c6b8970 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

<interactive>:2:10: warning:
    Found hole: _ :: IO ()
    In the second argument of ‘(<$>)’, namely ‘_’
    In the first argument of ‘ghciStepIO :: IO a -> IO a’, namely
      ‘Just <$> _’
    In a stmt of an interactive GHCi command:
      it <- ghciStepIO :: IO a -> IO a (Just <$> _)
*** Exception: <interactive>:2:10: error:
    Found hole: _ :: IO ()
    In the second argument of ‘(<$>)’, namely ‘_’
    In the first argument of ‘ghciStepIO :: IO a -> IO a’, namely
      ‘Just <$> _’
    In a stmt of an interactive GHCi command:
      it <- ghciStepIO :: IO a -> IO a (Just <$> _)
(deferred type error)