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.
bufferOutputSTM' :: StdHandle -> OutputBuffer -> STM ()concurrent-output System.Console.Concurrent.Internal No documentation available.
-
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.
-
curl Network.Curl.Opts No documentation available.
testMsb :: BinaryWord w => w -> Booldata-bword Data.BinaryWord Test if the MSB is 1
getLastModified :: FilePath -> IO (Maybe UTCTime)debian Debian.Apt.Methods No documentation available.
lastModified :: Status -> Maybe UTCTimedebian Debian.Apt.Methods No documentation available.
lastModified :: Status -> Maybe UTCTimedebian Debian.Apt.Methods No documentation available.
natSTM :: MonadDi level path msg m => STM a -> m adi-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.
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.
waitAnySTM :: [Async a] -> IO (Async a, AsyncResult a)distributed-process-async Control.Distributed.Process.Async STM version of waitAny.