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.
threadWaitReadSTM :: Fd -> IO (STM (), IO ())forkable-monad Control.Concurrent.Forkable Returns an STM action that can be used to wait for data to read from a file descriptor. The second returned value is an IO action that can be used to deregister interest in the file descriptor.
threadWaitWriteSTM :: Fd -> IO (STM (), IO ())forkable-monad Control.Concurrent.Forkable Returns an STM action that can be used to wait until data can be written to a file descriptor. The second returned value is an IO action that can be used to deregister interest in the file descriptor.
execStmt :: GhcMonad m => String -> ExecOptions -> m ExecResultghc-lib GHC Run a statement in the current interactive context.
execStmt' :: GhcMonad m => GhciLStmt GhcPs -> String -> ExecOptions -> m ExecResultghc-lib GHC 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).
isStmt :: ParserOpts -> String -> Boolghc-lib GHC Returns True if passed string is a statement.
resumeStmt :: Resume -> Stringghc-lib GHC No documentation available.
-
ghc-lib GHC.Cmm.Graph No documentation available.
CgStmt :: CmmNode O O -> CgStmtghc-lib GHC.Cmm.Graph No documentation available.
-
ghc-lib GHC.CmmToAsm.Dwarf.Constants No documentation available.
hscParseStmtWithLocation :: String -> Int -> String -> Hsc (Maybe (GhciLStmt GhcPs))ghc-lib GHC.Driver.Main No documentation available.