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.
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.
tiffanyBlue :: AlphaColour Doublediagrams-contrib Diagrams.Color.XKCD No documentation available.
reportAnyErrorToEmacs :: Env -> SomeException -> IO (RawValue 'Unknown)emacs-module Emacs.Module.Errors No documentation available.
fromJSValueCustomMany :: MonadReader JSValue m => m (Maybe a) -> m (Maybe [a])fields-json Text.JSON.FromJSValue Runs parser on each element of underlaying json. Returns Just iff JSON is array.