Hoogle Search

Within LTS Haskell 24.5 (ghc-9.10.2)

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

  1. thTyBrackets :: SDoc -> SDoc

    ghc GHC.Hs.Expr

    No documentation available.

  2. ThSplicesWithinDeclBrackets :: ThRejectionReason

    ghc GHC.HsToCore.Errors.Types

    No documentation available.

  3. dsBracket :: HsBracketTc -> DsM CoreExpr

    ghc GHC.HsToCore.Quote

    No documentation available.

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

    ghc GHC.Rename.Splice

    No documentation available.

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

    ghc GHC.Rename.Splice

    No documentation available.

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

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

    ghc GHC.Tc.Gen.Splice

    No documentation available.

  8. tcUntypedBracket :: HsExpr GhcRn -> HsQuote GhcRn -> [PendingRnSplice] -> ExpRhoType -> TcM (HsExpr GhcTc)

    ghc GHC.Tc.Gen.Splice

    No documentation available.

  9. IsBracket :: SpliceOrBracket

    ghc GHC.Tc.Types

    No documentation available.

  10. data SpliceOrBracket

    ghc GHC.Tc.Types

    No documentation available.

Page 27 of many | Previous | Next