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.
-
ghc GHC.Hs.Utils No documentation available.
adjustMatchResultDs :: (a -> DsM b) -> MatchResult a -> MatchResult bghc GHC.HsToCore.Utils No documentation available.
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.
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.
-
ghc GHC.Parser No documentation available.
isStmt :: ParserOpts -> String -> Boolghc GHC.Parser.Utils Returns True if passed string is a statement.
-
ghc GHC.Rename.Expr Rename some Stmts
execStmt :: GhcMonad m => String -> ExecOptions -> m ExecResultghc GHC.Runtime.Eval Run a statement in the current interactive context.
execStmt' :: GhcMonad m => GhciLStmt GhcPs -> String -> ExecOptions -> m ExecResultghc 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).
resumeStmt :: Resume -> Stringghc GHC.Runtime.Eval No documentation available.