Hoogle Search

Within LTS Haskell 24.57 (ghc-9.10.3)

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

  1. formatMany :: (Tag name, Attribute name, C string) => [T i name string] -> ShowS

    wraxml Text.XML.WraXML.Tree

    No documentation available.

  2. Many :: OneOrMany

    yeshql-core Database.YeshQL.Parser

    No documentation available.

  3. data OneOrMany

    yeshql-core Database.YeshQL.Parser

    No documentation available.

  4. RAny :: Reg

    BNFC-meta Language.LBNF.Grammar

    No documentation available.

  5. ImlibLoadErrorTooManySymbolicLinks :: ImlibLoadError

    Imlib Graphics.Imlib

    No documentation available.

  6. manyV :: Alternative f => f a -> f (Vector a)

    alternative-vector Control.Alternative.Vector

    No documentation available.

  7. waitAny :: [Async a] -> IO (Async a, a)

    async-pool Control.Concurrent.Async.Pool

    Wait for any of the supplied Asyncs to complete. If the first to complete throws an exception, then that exception is re-thrown by waitAny. If multiple Asyncs complete or have completed, then the value returned corresponds to the first completed Async in the list.

  8. waitAnyCancel :: [Async a] -> IO (Async a, a)

    async-pool Control.Concurrent.Async.Pool

    Like waitAny, but also cancels the other asynchronous operations as soon as one has completed.

  9. waitAnyCatch :: [Async a] -> IO (Async a, Either SomeException a)

    async-pool Control.Concurrent.Async.Pool

    Wait for any of the supplied asynchronous operations to complete. The value returned is a pair of the Async that completed, and the result that would be returned by wait on that Async. If multiple Asyncs complete or have completed, then the value returned corresponds to the first completed Async in the list.

  10. waitAnyCatchCancel :: [Async a] -> IO (Async a, Either SomeException a)

    async-pool Control.Concurrent.Async.Pool

    Like waitAnyCatch, but also cancels the other asynchronous operations as soon as one has completed.

Page 252 of many | Previous | Next