Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. module GHC.Exts.Heap.ProfInfo.PeekProfInfo_ProfilingDisabled

    No documentation available.

  2. module GHC.Exts.Heap.ProfInfo.PeekProfInfo_ProfilingEnabled

    No documentation available.

  3. PrefixConGADT :: !XPrefixConGADT pass -> [HsScaled pass (LBangType pass)] -> HsConDeclGADTDetails pass

    ghc-lib-parser GHC.Hs.Decls

    No documentation available.

  4. data PendingRnSplice

    ghc-lib-parser GHC.Hs.Expr

    Pending Renamer Splice

  5. PendingRnSplice :: UntypedSpliceFlavour -> SplicePointName -> LHsExpr GhcRn -> PendingRnSplice

    ghc-lib-parser GHC.Hs.Expr

    No documentation available.

  6. data PendingTcSplice

    ghc-lib-parser GHC.Hs.Expr

    Pending Type-checker Splice

  7. PendingTcSplice :: SplicePointName -> LHsExpr GhcTc -> PendingTcSplice

    ghc-lib-parser GHC.Hs.Expr

    No documentation available.

  8. PopErrCtxt :: {-# UNPACK #-} !LHsExpr GhcRn -> XXExprGhcRn

    ghc-lib-parser GHC.Hs.Expr

    No documentation available.

  9. type PostTcExpr = HsExpr GhcTc

    ghc-lib-parser GHC.Hs.Expr

    Post-Type checking Expression PostTcExpr is an evidence expression attached to the syntax tree by the type checker (c.f. postTcType).

  10. type PostTcTable = [(Name, PostTcExpr)]

    ghc-lib-parser GHC.Hs.Expr

    Post-Type checking Table We use a PostTcTable where there are a bunch of pieces of evidence, more than is convenient to keep individually.

Page 520 of many | Previous | Next