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.

  1. 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.

  2. 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.

  3. lastMay :: [a] -> Maybe a

    protolude Protolude.Safe

    No documentation available.

  4. dsDoStmts :: DsMonad q => Maybe ModName -> [Stmt] -> q DExp

    th-desugar Language.Haskell.TH.Desugar

    Desugar the Stmts in a do expression

  5. extractBoundNamesStmt :: Stmt -> OSet Name

    th-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.

  6. 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.

  7. listMessageFlags :: MailboxReader a b => a -> IO [(b, Flags)]

    MissingH Network.Email.Mailbox

    Returns a list of all unique identifiers as well as all flags.

  8. CATCH_STM_FRAME :: ClosureType

    ghc-internal GHC.Internal.ClosureTypes

    No documentation available.

  9. 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.

  10. 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.

Page 57 of many | Previous | Next