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. pprTransformStmt :: forall (p :: Pass) . OutputableBndrId p => [IdP (GhcPass p)] -> LHsExpr (GhcPass p) -> Maybe (LHsExpr (GhcPass p)) -> SDoc

    ghc GHC.Hs.Expr

    No documentation available.

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

  3. collectLStmtBinders :: forall (idL :: Pass) (idR :: Pass) body . CollectPass (GhcPass idL) => CollectFlag (GhcPass idL) -> LStmtLR (GhcPass idL) (GhcPass idR) body -> [IdP (GhcPass idL)]

    ghc GHC.Hs.Utils

    No documentation available.

  4. collectLStmtsBinders :: forall (idL :: Pass) (idR :: Pass) body . CollectPass (GhcPass idL) => CollectFlag (GhcPass idL) -> [LStmtLR (GhcPass idL) (GhcPass idR) body] -> [IdP (GhcPass idL)]

    ghc GHC.Hs.Utils

    No documentation available.

  5. collectStmtBinders :: forall (idL :: Pass) (idR :: Pass) body . CollectPass (GhcPass idL) => CollectFlag (GhcPass idL) -> StmtLR (GhcPass idL) (GhcPass idR) body -> [IdP (GhcPass idL)]

    ghc GHC.Hs.Utils

    No documentation available.

  6. collectStmtsBinders :: forall (idL :: Pass) (idR :: Pass) body . CollectPass (GhcPass idL) => CollectFlag (GhcPass idL) -> [StmtLR (GhcPass idL) (GhcPass idR) body] -> [IdP (GhcPass idL)]

    ghc GHC.Hs.Utils

    No documentation available.

  7. emptyRecStmt :: forall (idL :: Pass) bodyR . Anno [GenLocated (Anno (StmtLR (GhcPass idL) GhcPs bodyR)) (StmtLR (GhcPass idL) GhcPs bodyR)] ~ SrcSpanAnnL => StmtLR (GhcPass idL) GhcPs bodyR

    ghc GHC.Hs.Utils

    No documentation available.

  8. emptyRecStmtId :: Stmt GhcTc (LocatedA (HsCmd GhcTc))

    ghc GHC.Hs.Utils

    No documentation available.

  9. emptyRecStmtName :: Anno [GenLocated (Anno (StmtLR GhcRn GhcRn bodyR)) (StmtLR GhcRn GhcRn bodyR)] ~ SrcSpanAnnL => StmtLR GhcRn GhcRn bodyR

    ghc GHC.Hs.Utils

    No documentation available.

  10. emptyTransStmt :: [AddEpAnn] -> StmtLR GhcPs GhcPs (LHsExpr GhcPs)

    ghc GHC.Hs.Utils

    No documentation available.

Page 30 of many | Previous | Next