Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

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

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

    ghc GHC.Hs.Expr

    No documentation available.

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

    ghc GHC.Hs.Expr

    No documentation available.

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

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

    ghc GHC.Hs.Expr

    No documentation available.

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

    ghc GHC.Hs.Expr

    No documentation available.

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

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

    ghc GHC.Hs.Expr

    No documentation available.

  9. pprTransformStmt :: forall (p :: Pass) . OutputableBndrId p => [IdP (GhcPass p)] -> LHsExpr (GhcPass p) -> Maybe (LHsExpr (GhcPass p)) -> SDoc

    ghc GHC.Hs.Expr

    No documentation available.

  10. ppr_do_stmts :: forall (idL :: Pass) (idR :: Pass) body . (OutputableBndrId idL, OutputableBndrId idR, Anno (StmtLR (GhcPass idL) (GhcPass idR) body) ~ SrcSpanAnnA, Outputable body) => [LStmtLR (GhcPass idL) (GhcPass idR) body] -> SDoc

    ghc GHC.Hs.Expr

    No documentation available.

Page 31 of many | Previous | Next