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.
module GHC.Exts.Heap.ProfInfo.
PeekProfInfo_ProfilingDisabled No documentation available.
module GHC.Exts.Heap.ProfInfo.
PeekProfInfo_ProfilingEnabled No documentation available.
-
ghc-lib-parser GHC.Hs.Decls No documentation available.
-
ghc-lib-parser GHC.Hs.Expr Pending Renamer Splice
PendingRnSplice :: UntypedSpliceFlavour -> SplicePointName -> LHsExpr GhcRn -> PendingRnSpliceghc-lib-parser GHC.Hs.Expr No documentation available.
-
ghc-lib-parser GHC.Hs.Expr Pending Type-checker Splice
PendingTcSplice :: SplicePointName -> LHsExpr GhcTc -> PendingTcSpliceghc-lib-parser GHC.Hs.Expr No documentation available.
PopErrCtxt :: {-# UNPACK #-} !LHsExpr GhcRn -> XXExprGhcRnghc-lib-parser GHC.Hs.Expr No documentation available.
type
PostTcExpr = HsExpr GhcTcghc-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).
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.