Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. mkLastStmt :: forall (idR :: Pass) bodyR (idL :: Pass) . IsPass idR => LocatedA (bodyR (GhcPass idR)) -> StmtLR (GhcPass idL) (GhcPass idR) (LocatedA (bodyR (GhcPass idR)))

    ghc-lib-parser GHC.Hs.Utils

    No documentation available.

  2. mkLetStmt :: EpToken "let" -> HsLocalBinds GhcPs -> StmtLR GhcPs GhcPs (LocatedA b)

    ghc-lib-parser GHC.Hs.Utils

    No documentation available.

  3. mkPsBindStmt :: EpUniToken "<-" "←" -> LPat GhcPs -> LocatedA (bodyR GhcPs) -> StmtLR GhcPs GhcPs (LocatedA (bodyR GhcPs))

    ghc-lib-parser GHC.Hs.Utils

    No documentation available.

  4. mkRecStmt :: forall (idL :: Pass) bodyR . Anno [GenLocated (Anno (StmtLR (GhcPass idL) GhcPs bodyR)) (StmtLR (GhcPass idL) GhcPs bodyR)] ~ SrcSpanAnnLW => AnnList (EpToken "rec") -> LocatedLW [LStmtLR (GhcPass idL) GhcPs bodyR] -> StmtLR (GhcPass idL) GhcPs bodyR

    ghc-lib-parser GHC.Hs.Utils

    No documentation available.

  5. mkRnBindStmt :: LPat GhcRn -> LocatedA (bodyR GhcRn) -> StmtLR GhcRn GhcRn (LocatedA (bodyR GhcRn))

    ghc-lib-parser GHC.Hs.Utils

    No documentation available.

  6. mkTcBindStmt :: LPat GhcTc -> LocatedA (bodyR GhcTc) -> StmtLR GhcTc GhcTc (LocatedA (bodyR GhcTc))

    ghc-lib-parser GHC.Hs.Utils

    No documentation available.

  7. mkTransformByStmt :: AnnTransStmt -> [ExprLStmt GhcPs] -> LHsExpr GhcPs -> LHsExpr GhcPs -> StmtLR GhcPs GhcPs (LHsExpr GhcPs)

    ghc-lib-parser GHC.Hs.Utils

    No documentation available.

  8. mkTransformStmt :: AnnTransStmt -> [ExprLStmt GhcPs] -> LHsExpr GhcPs -> StmtLR GhcPs GhcPs (LHsExpr GhcPs)

    ghc-lib-parser GHC.Hs.Utils

    No documentation available.

  9. unitRecStmtTc :: RecStmtTc

    ghc-lib-parser GHC.Hs.Utils

    No documentation available.

  10. parseStmt :: P (Maybe (GenLocated SrcSpanAnnA (StmtLR GhcPs GhcPs (GenLocated SrcSpanAnnA (HsExpr GhcPs)))))

    ghc-lib-parser GHC.Parser

    No documentation available.

Page 72 of many | Previous | Next