Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. bufferOutputSTM' :: StdHandle -> OutputBuffer -> STM ()

    concurrent-output System.Console.Concurrent.Internal

    No documentation available.

  2. outputBufferWaiterSTM :: (OutputBuffer -> (OutputBuffer, OutputBuffer)) -> STM (StdHandle, OutputBuffer)

    concurrent-output System.Console.Concurrent.Internal

    A STM action that waits for some buffered output to become available, and returns it. The function can select a subset of output when only some is desired; the fst part is returned and the snd is left in the buffer. This will prevent it from being displayed in the usual way, so you'll need to use emitOutputBuffer to display it yourself.

  3. TimeCondLastMode :: TimeCond

    curl Network.Curl.Opts

    No documentation available.

  4. testMsb :: BinaryWord w => w -> Bool

    data-bword Data.BinaryWord

    Test if the MSB is 1

  5. getLastModified :: FilePath -> IO (Maybe UTCTime)

    debian Debian.Apt.Methods

    No documentation available.

  6. lastModified :: Status -> Maybe UTCTime

    debian Debian.Apt.Methods

    No documentation available.

  7. lastModified :: Status -> Maybe UTCTime

    debian Debian.Apt.Methods

    No documentation available.

  8. natSTM :: MonadDi level path msg m => STM a -> m a

    di-monad Di.Monad

    Natural transformation from STM to m. Notice that it is not necessary for this natural transformation to be a monad morphism as well. That is, atomically is acceptable.

  9. pollSTM :: Async a -> STM (Maybe (AsyncResult a))

    distributed-process-async Control.Distributed.Process.Async

    A version of poll that can be used inside an STM transaction.

  10. waitAnySTM :: [Async a] -> IO (Async a, AsyncResult a)

    distributed-process-async Control.Distributed.Process.Async

    STM version of waitAny.

Page 101 of many | Previous | Next