Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. cgs_stmts :: CgState -> CmmAGraph

    ghc-lib GHC.StgToCmm.Monad

    No documentation available.

  2. expandDoStmts :: HsDoFlavour -> [ExprLStmt GhcRn] -> TcM (LHsExpr GhcRn)

    ghc-lib GHC.Tc.Gen.Do

    Expand the `do`-statments into expressions right after renaming so that they can be typechecked. See Note [Expanding HsDo with XXExprGhcRn] below for HsDo specific commentary and Note [Handling overloaded and rebindable constructs] for high level commentary

  3. addStmtCtxt :: ExprStmt GhcRn -> TcRn a -> TcRn a

    ghc-lib GHC.Tc.Gen.Head

    No documentation available.

  4. type TcCmdStmtChecker = TcStmtChecker HsCmd TcRhoType

    ghc-lib GHC.Tc.Gen.Match

    No documentation available.

  5. type TcExprStmtChecker = TcStmtChecker HsExpr ExpRhoType

    ghc-lib GHC.Tc.Gen.Match

    No documentation available.

  6. type TcStmtChecker (body :: Type -> Type) rho_type = forall thing . () => HsStmtContextRn -> Stmt GhcRn LocatedA body GhcRn -> rho_type -> rho_type -> TcM thing -> TcM (Stmt GhcTc LocatedA body GhcTc, thing)

    ghc-lib GHC.Tc.Gen.Match

    No documentation available.

  7. tcDoStmt :: TcExprStmtChecker

    ghc-lib GHC.Tc.Gen.Match

    No documentation available.

  8. tcDoStmts :: HsDoFlavour -> LocatedLW [LStmt GhcRn (LHsExpr GhcRn)] -> ExpRhoType -> TcM (HsExpr GhcTc)

    ghc-lib GHC.Tc.Gen.Match

    No documentation available.

  9. tcGuardStmt :: TcExprStmtChecker

    ghc-lib GHC.Tc.Gen.Match

    No documentation available.

  10. tcStmts :: forall (body :: Type -> Type) rho_type . AnnoBody body => HsStmtContextRn -> TcStmtChecker body rho_type -> [LStmt GhcRn (LocatedA (body GhcRn))] -> rho_type -> TcM [LStmt GhcTc (LocatedA (body GhcTc))]

    ghc-lib GHC.Tc.Gen.Match

    No documentation available.

Page 228 of many | Previous | Next