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

T15321.hs:9:9: error:
    • Found hole: _ :: [Char] -> 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. Monad 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 ‘GHC.Base’))