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.
formatMany :: (Tag name, Attribute name, C string) => [T i name string] -> ShowSwraxml Text.XML.WraXML.Tree No documentation available.
-
yeshql-core Database.YeshQL.Parser No documentation available.
-
yeshql-core Database.YeshQL.Parser No documentation available.
-
BNFC-meta Language.LBNF.Grammar No documentation available.
ImlibLoadErrorTooManySymbolicLinks :: ImlibLoadErrorImlib Graphics.Imlib No documentation available.
manyV :: Alternative f => f a -> f (Vector a)alternative-vector Control.Alternative.Vector No documentation available.
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.
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.
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.
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.