Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. unitRecStmtTc :: RecStmtTc

    ghc GHC.Hs.Utils

    No documentation available.

  2. adjustMatchResultDs :: (a -> DsM b) -> MatchResult a -> MatchResult b

    ghc GHC.HsToCore.Utils

    No documentation available.

  3. blockStmts :: LlvmBlock -> [LlvmStatement]

    ghc GHC.Llvm

    A list of LlvmStatement's representing the code for this block. This list must end with a control flow statement.

  4. blockStmts :: LlvmBlock -> [LlvmStatement]

    ghc GHC.Llvm.Syntax

    A list of LlvmStatement's representing the code for this block. This list must end with a control flow statement.

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

    ghc GHC.Parser

    No documentation available.

  6. isStmt :: ParserOpts -> String -> Bool

    ghc GHC.Parser.Utils

    Returns True if passed string is a statement.

  7. rnStmts :: AnnoBody body => HsStmtContextRn -> (body GhcPs -> RnM (body GhcRn, FreeVars)) -> [LStmt GhcPs (LocatedA (body GhcPs))] -> ([Name] -> RnM (thing, FreeVars)) -> RnM (([LStmt GhcRn (LocatedA (body GhcRn))], thing), FreeVars)

    ghc GHC.Rename.Expr

    Rename some Stmts

  8. execStmt :: GhcMonad m => String -> ExecOptions -> m ExecResult

    ghc GHC.Runtime.Eval

    Run a statement in the current interactive context.

  9. execStmt' :: GhcMonad m => GhciLStmt GhcPs -> String -> ExecOptions -> m ExecResult

    ghc GHC.Runtime.Eval

    Like execStmt, but takes a parsed statement as argument. Useful when doing preprocessing on the AST before execution, e.g. in GHCi (see GHCi.UI.runStmt).

  10. resumeStmt :: Resume -> String

    ghc GHC.Runtime.Eval

    No documentation available.

Page 34 of many | Previous | Next