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. collectStmtBinders :: forall (idL :: Pass) (idR :: Pass) body . (IsPass idL, IsPass idR, CollectPass (GhcPass idL)) => CollectFlag (GhcPass idL) -> StmtLR (GhcPass idL) (GhcPass idR) body -> [IdP (GhcPass idL)]

    ghc-lib-parser GHC.Hs.Utils

    No documentation available.

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

    ghc-lib-parser GHC.Hs.Utils

    No documentation available.

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

    ghc-lib-parser GHC.Hs.Utils

    No documentation available.

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

    ghc-lib-parser GHC.Hs.Utils

    No documentation available.

  5. emptyRecStmtName :: Anno [GenLocated (Anno (StmtLR GhcRn GhcRn bodyR)) (StmtLR GhcRn GhcRn bodyR)] ~ SrcSpanAnnLW => StmtLR GhcRn GhcRn bodyR

    ghc-lib-parser GHC.Hs.Utils

    No documentation available.

  6. emptyTransStmt :: AnnTransStmt -> StmtLR GhcPs GhcPs (LHsExpr GhcPs)

    ghc-lib-parser GHC.Hs.Utils

    No documentation available.

  7. lStmtsImplicits :: forall (idR :: Pass) (body :: Type -> Type) . IsPass idR => [LStmtLR GhcRn (GhcPass idR) (LocatedA (body (GhcPass idR)))] -> [(SrcSpan, [ImplicitFieldBinders])]

    ghc-lib-parser GHC.Hs.Utils

    No documentation available.

  8. mkBodyStmt :: forall bodyR (idL :: Pass) . LocatedA (bodyR GhcPs) -> StmtLR (GhcPass idL) GhcPs (LocatedA (bodyR GhcPs))

    ghc-lib-parser GHC.Hs.Utils

    No documentation available.

  9. mkGroupByUsingStmt :: AnnTransStmt -> [ExprLStmt GhcPs] -> LHsExpr GhcPs -> LHsExpr GhcPs -> StmtLR GhcPs GhcPs (LHsExpr GhcPs)

    ghc-lib-parser GHC.Hs.Utils

    No documentation available.

  10. mkGroupUsingStmt :: AnnTransStmt -> [ExprLStmt GhcPs] -> LHsExpr GhcPs -> StmtLR GhcPs GhcPs (LHsExpr GhcPs)

    ghc-lib-parser GHC.Hs.Utils

    No documentation available.

Page 71 of many | Previous | Next