blob: 825e01b0f480efe588bf464b336b9f7083551508 (
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. 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’))
|