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. mkExpandedStmtAt :: SrcSpanAnnA -> ExprLStmt GhcRn -> HsExpr GhcRn -> LHsExpr GhcRn

    ghc GHC.Hs.Expr

    Build an expression using the extension constructor XExpr, and the two components of the expansion: original do stmt and expanded expression an associate with a provided location

  2. mkExpandedStmtPopAt :: SrcSpanAnnA -> ExprLStmt GhcRn -> HsExpr GhcRn -> LHsExpr GhcRn

    ghc GHC.Hs.Expr

    Wrap the expanded version of the expression with a pop.

  3. mkExpandedStmtTc :: ExprLStmt GhcRn -> HsExpr GhcTc -> HsExpr GhcTc

    ghc GHC.Hs.Expr

    Build a XXExprGhcRn out of an extension constructor. The two components of the expansion are: original statement and expanded typechecked expression.

  4. pprAStmtContext :: Outputable fn => HsStmtContext fn -> SDoc

    ghc GHC.Hs.Expr

    No documentation available.

  5. pprBindStmt :: (Outputable pat, Outputable expr) => pat -> expr -> SDoc

    ghc GHC.Hs.Expr

    No documentation available.

  6. pprStmt :: forall (idL :: Pass) (idR :: Pass) body . (OutputableBndrId idL, OutputableBndrId idR, Anno (StmtLR (GhcPass idL) (GhcPass idR) body) ~ SrcSpanAnnA, Outputable body) => StmtLR (GhcPass idL) (GhcPass idR) body -> SDoc

    ghc GHC.Hs.Expr

    No documentation available.

  7. pprStmtCat :: forall (p :: Pass) body . Stmt (GhcPass p) body -> SDoc

    ghc GHC.Hs.Expr

    No documentation available.

  8. pprStmtContext :: Outputable fn => HsStmtContext fn -> SDoc

    ghc GHC.Hs.Expr

    No documentation available.

  9. pprStmtInCtxt :: forall (idL :: Pass) (idR :: Pass) fn body . (OutputableBndrId idL, OutputableBndrId idR, Outputable fn, Outputable body, Anno (StmtLR (GhcPass idL) (GhcPass idR) body) ~ SrcSpanAnnA) => HsStmtContext fn -> StmtLR (GhcPass idL) (GhcPass idR) body -> SDoc

    ghc GHC.Hs.Expr

    No documentation available.

  10. pprTransStmt :: Outputable body => Maybe body -> body -> TransForm -> SDoc

    ghc GHC.Hs.Expr

    No documentation available.

Page 29 of many | Previous | Next