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. ProfAutoExports :: ProfAuto

    ghc GHC.Driver.Session

    exported functions annotated only

  2. ProfAutoTop :: ProfAuto

    ghc GHC.Driver.Session

    top-level functions annotated only

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

    ghc GHC.Hs.Decls

    No documentation available.

  4. data PendingRnSplice

    ghc GHC.Hs.Expr

    Pending Renamer Splice

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

    ghc GHC.Hs.Expr

    No documentation available.

  6. data PendingTcSplice

    ghc GHC.Hs.Expr

    Pending Type-checker Splice

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

    ghc GHC.Hs.Expr

    No documentation available.

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

    ghc GHC.Hs.Expr

    No documentation available.

  9. type PostTcExpr = HsExpr GhcTc

    ghc 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 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 126 of many | Previous | Next