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.

  1. data HsBracketTc

    ghc GHC.Hs.Expr

    No documentation available.

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

    ghc GHC.Hs.Expr

    No documentation available.

  3. thBrackets :: SDoc -> SDoc -> SDoc

    ghc GHC.Hs.Expr

    No documentation available.

  4. thTyBrackets :: SDoc -> SDoc

    ghc GHC.Hs.Expr

    No documentation available.

  5. ThSplicesWithinDeclBrackets :: ThRejectionReason

    ghc GHC.HsToCore.Errors.Types

    No documentation available.

  6. dsBracket :: HsBracketTc -> DsM CoreExpr

    ghc GHC.HsToCore.Quote

    No documentation available.

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

    ghc GHC.Rename.Splice

    No documentation available.

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

    ghc GHC.Rename.Splice

    No documentation available.

  9. 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}

  10. tcTypedBracket :: HsExpr GhcRn -> LHsExpr GhcRn -> ExpRhoType -> TcM (HsExpr GhcTc)

    ghc GHC.Tc.Gen.Splice

    No documentation available.

Page 27 of many | Previous | Next