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. lStmtsImplicits :: forall (idR :: Pass) (body :: Type -> Type) . [LStmtLR GhcRn (GhcPass idR) (LocatedA (body (GhcPass idR)))] -> [(SrcSpan, [ImplicitFieldBinders])]

    ghc GHC.Hs.Utils

    No documentation available.

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

    ghc GHC.Hs.Utils

    No documentation available.

  3. mkGroupByUsingStmt :: [AddEpAnn] -> [ExprLStmt GhcPs] -> LHsExpr GhcPs -> LHsExpr GhcPs -> StmtLR GhcPs GhcPs (LHsExpr GhcPs)

    ghc GHC.Hs.Utils

    No documentation available.

  4. mkGroupUsingStmt :: [AddEpAnn] -> [ExprLStmt GhcPs] -> LHsExpr GhcPs -> StmtLR GhcPs GhcPs (LHsExpr GhcPs)

    ghc GHC.Hs.Utils

    No documentation available.

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

    ghc GHC.Hs.Utils

    No documentation available.

  6. mkLetStmt :: [AddEpAnn] -> HsLocalBinds GhcPs -> StmtLR GhcPs GhcPs (LocatedA b)

    ghc GHC.Hs.Utils

    No documentation available.

  7. mkPsBindStmt :: [AddEpAnn] -> LPat GhcPs -> LocatedA (bodyR GhcPs) -> StmtLR GhcPs GhcPs (LocatedA (bodyR GhcPs))

    ghc GHC.Hs.Utils

    No documentation available.

  8. mkRecStmt :: forall (idL :: Pass) bodyR . Anno [GenLocated (Anno (StmtLR (GhcPass idL) GhcPs bodyR)) (StmtLR (GhcPass idL) GhcPs bodyR)] ~ SrcSpanAnnL => AnnList -> LocatedL [LStmtLR (GhcPass idL) GhcPs bodyR] -> StmtLR (GhcPass idL) GhcPs bodyR

    ghc GHC.Hs.Utils

    No documentation available.

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

    ghc GHC.Hs.Utils

    No documentation available.

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

    ghc GHC.Hs.Utils

    No documentation available.

Page 31 of many | Previous | Next