Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. data PendingRnSplice

    ghc GHC.Hs.Expr

    Pending Renamer Splice

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

    ghc GHC.Hs.Expr

    No documentation available.

  3. data PendingTcSplice

    ghc GHC.Hs.Expr

    Pending Type-checker Splice

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

    ghc GHC.Hs.Expr

    No documentation available.

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

    ghc GHC.Hs.Expr

    No documentation available.

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

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

  8. Parsed :: Pass

    ghc GHC.Hs.Extension

    No documentation available.

  9. data Pass

    ghc GHC.Hs.Extension

    No documentation available.

  10. module GHC.Hs.Pat

    No documentation available.

Page 126 of many | Previous | Next