Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
pragSrcBrackets :: SourceText -> String -> SDoc -> SDocghc-lib-parser GHC.Hs.Binds Using SourceText in case the pragma was spelled differently or used mixed case
-
ghc-lib-parser GHC.Hs.Expr No documentation available.
HsBracketTc :: HsQuote GhcRn -> Type -> Maybe QuoteWrapper -> [PendingTcSplice] -> HsBracketTcghc-lib-parser GHC.Hs.Expr No documentation available.
thBrackets :: SDoc -> SDoc -> SDocghc-lib-parser GHC.Hs.Expr No documentation available.
-
ghc-lib-parser GHC.Hs.Expr No documentation available.
ThSplicesWithinDeclBrackets :: ThRejectionReasonghc-lib-parser GHC.HsToCore.Errors.Types No documentation available.
-
ghc-lib-parser GHC.Internal.TH.Syntax [|| e ||]
-
ghc-lib-parser GHC.Parser.Annotation No documentation available.
al_brackets :: AnnList a -> !AnnListBracketsghc-lib-parser GHC.Parser.Annotation No documentation available.
NestedTHBrackets :: THSyntaxErrorghc-lib-parser GHC.Tc.Errors.Types NestedTHBrackets is an error that occurs when Template Haskell brackets are nested without any intervening splices. Example: foo = [| [| x |] |] Test cases: TH_NestedSplicesFail{5,6,7,8}