Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
threadWaitReadSTM :: Fd -> IO (STM (), IO ())protolude Protolude 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 ())protolude Protolude 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.
-
protolude Protolude.Safe No documentation available.
dsDoStmts :: DsMonad q => Maybe ModName -> [Stmt] -> q DExpth-desugar Language.Haskell.TH.Desugar Desugar the Stmts in a do expression
extractBoundNamesStmt :: Stmt -> OSet Nameth-desugar Language.Haskell.TH.Desugar Extract the names bound in a Stmt. This does not extract any type variables bound by pattern signatures, constructor patterns, or type patterns.
module Test.Framework.
TestManager This module defines function for running a set of tests. Furthermore, it provides functionality for organzing tests into a hierarchical structure. This functionality is mainly used internally in the code generated by the hftpp pre-processor.
listMessageFlags :: MailboxReader a b => a -> IO [(b, Flags)]MissingH Network.Email.Mailbox Returns a list of all unique identifiers as well as all flags.
CATCH_STM_FRAME :: ClosureTypeghc-internal GHC.Internal.ClosureTypes No documentation available.
threadWaitReadSTM :: Fd -> IO (STM (), IO ())ghc-internal GHC.Internal.Conc.IO 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 ())ghc-internal GHC.Internal.Conc.IO 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.