summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T15321.stderr
blob: 3054f02afc6b0e047e774c8054318bf3d8323cc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

T15321.hs:9:9: error:
    • Found hole: _ :: String -> Language.Haskell.TH.Lib.Internal.ExpQ
    • In the expression: _
      In the expression: _ "baz"
      In the untyped splice: $(_ "baz")
    • Valid hole fits include
        fail :: forall (m :: * -> *) a. MonadFail m => String -> m a
          with fail @Language.Haskell.TH.Syntax.Q
                    @Language.Haskell.TH.Syntax.Exp
          (imported from ‘Prelude’ at T15321.hs:3:8-13
           (and originally defined in ‘Control.Monad.Fail’))