Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
waitAny :: MonadIO m => [Async a] -> m (Async a, a)classy-prelude-yesod ClassyPrelude.Yesod Lifted waitAny.
waitAnyCancel :: MonadIO m => [Async a] -> m (Async a, a)classy-prelude-yesod ClassyPrelude.Yesod Lifted waitAnyCancel.
waitAnyCatch :: MonadIO m => [Async a] -> m (Async a, Either SomeException a)classy-prelude-yesod ClassyPrelude.Yesod Lifted waitAnyCatch.
waitAnyCatchCancel :: MonadIO m => [Async a] -> m (Async a, Either SomeException a)classy-prelude-yesod ClassyPrelude.Yesod Lifted waitAnyCatchCancel.
waitAnyCatchSTM :: [Async a] -> STM (Async a, Either SomeException a)classy-prelude-yesod ClassyPrelude.Yesod A version of waitAnyCatch that can be used inside an STM transaction.
waitAnySTM :: [Async a] -> STM (Async a, a)classy-prelude-yesod ClassyPrelude.Yesod A version of waitAny that can be used inside an STM transaction.
-
classy-prelude-yesod ClassyPrelude.Yesod Yield each of the values contained by the given MonoFoldable. This will work on many data structures, including lists, ByteStrings, and Vectors. Subject to fusion
-
diagrams-contrib Diagrams.Anchors Starting from a base anchored object, recursively concatenate more objects to the structure built up so far. Be sure to qualify anchors in the input so that names aren't overwritten. In each (thatAnchor, thisAnchor, obj) triple, thatAnchor refers to the anchor point in the structure already constructed, and thisAnchor refers to the anchor point in the new object being added.
-
diagrams-contrib Diagrams.Anchors As anchorMany, but call unanchor on the result. Convenient when you're not going to be doing any more alignment using anchors with the result.
mahogany :: AlphaColour Doublediagrams-contrib Diagrams.Color.XKCD No documentation available.