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

<interactive>:2:10: error:
    • Found hole: _ :: f a
      Where: ‘f’, ‘a’ are rigid type variables bound by
               the inferred type of it :: Functor f => f (Maybe a)
               at <interactive>:2:1-10
    • In the second argument of ‘(<$>)’, namely ‘_’
      In the expression: Just <$> _
      In an equation for ‘it’: it = Just <$> _
    • Relevant bindings include
        it :: f (Maybe a) (bound at <interactive>:2:1)
      Valid substitutions include
        undefined :: forall (a :: TYPE r).
                     GHC.Stack.Types.HasCallStack =>
                     a
          (imported from ‘Prelude’ (and originally defined in ‘GHC.Err’))