Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. package lifted-threads

    lifted IO operations from the threads library lifted-threads exports IO operations from the base library lifted to any instance of MonadBase or MonadBaseControl.

  2. data ThreadGroup

    lifted-threads Control.Concurrent.Thread.Group.Lifted

    A ThreadGroup can be understood as a counter which counts the number of threads that were added to the group minus the ones that have terminated. More formally a ThreadGroup has the following semantics:

    • new initializes the counter to 0.
    • Forking a thread increments the counter.
    • When a forked thread terminates, whether normally or by raising an exception, the counter is decremented.
    • nrOfRunning yields a transaction that returns the counter.
    • wait blocks as long as the counter is greater than 0.
    • waitN blocks as long as the counter is greater or equal to the specified number.

  3. package logger-thread

    Run FastLogger in a thread and direct all queued messages to it. Please see README.md

  4. module Text.LoggerThread

    No documentation available.

  5. withLoggerThread :: (Logger -> IO ()) -> IO ()

    logger-thread Text.LoggerThread

    No documentation available.

  6. onreadystatechange_ :: Text -> Attributes

    lucid2 Lucid.Html5

    The onreadystatechange attribute.

  7. spread :: [Doc] -> Doc

    mainland-pretty Text.PrettyPrint.Mainland

    The document spread ds concatenates the documents ds with space.

  8. imageReadAutoFormats :: (Manifest r (Pixel cs e), ColorSpace cs i e) => [Decode (Image r cs e)]

    massiv-io Data.Massiv.Array.IO

    List of image formats decodable with automatic colorspace conversion

  9. imageReadFormats :: ColorModel cs e => [Decode (Image S cs e)]

    massiv-io Data.Massiv.Array.IO

    List of image formats decodable with no color space conversion

  10. pyReadData :: [Char] -> [[Char]]

    matplotlib Graphics.Matplotlib.Internal

    The python command that reads external data into the python data array

Page 780 of many | Previous | Next