Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. pragSrcBrackets :: SourceText -> String -> SDoc -> SDoc

    ghc GHC.Hs.Binds

    Using SourceText in case the pragma was spelled differently or used mixed case

  2. data HsBracketTc

    ghc GHC.Hs.Expr

    No documentation available.

  3. HsBracketTc :: HsQuote GhcRn -> Type -> Maybe QuoteWrapper -> [PendingTcSplice] -> HsBracketTc

    ghc GHC.Hs.Expr

    No documentation available.

  4. thBrackets :: SDoc -> SDoc -> SDoc

    ghc GHC.Hs.Expr

    No documentation available.

  5. thTyBrackets :: SDoc -> SDoc

    ghc GHC.Hs.Expr

    No documentation available.

  6. ThSplicesWithinDeclBrackets :: ThRejectionReason

    ghc GHC.HsToCore.Errors.Types

    No documentation available.

  7. dsBracket :: HsBracketTc -> DsM CoreExpr

    ghc GHC.HsToCore.Quote

    No documentation available.

  8. rnTypedBracket :: HsExpr GhcPs -> LHsExpr GhcPs -> RnM (HsExpr GhcRn, FreeVars)

    ghc GHC.Rename.Splice

    No documentation available.

  9. rnUntypedBracket :: HsExpr GhcPs -> HsQuote GhcPs -> RnM (HsExpr GhcRn, FreeVars)

    ghc GHC.Rename.Splice

    No documentation available.

  10. NestedTHBrackets :: THSyntaxError

    ghc 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}

Page 27 of many | Previous | Next