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. waitAnyCatchCancel :: MonadIO m => [Async a] -> m (Async a, Either SomeException a)

    classy-prelude-yesod ClassyPrelude.Yesod

    Lifted waitAnyCatchCancel.

  2. 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.

  3. waitAnySTM :: [Async a] -> STM (Async a, a)

    classy-prelude-yesod ClassyPrelude.Yesod

    A version of waitAny that can be used inside an STM transaction.

  4. yieldMany :: forall (m :: Type -> Type) mono i . (Monad m, MonoFoldable mono) => mono -> ConduitT i (Element mono) m ()

    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

  5. anchorMany :: (Num (N t), Semigroup t, Additive (V t), HasOrigin t, IsName anchor) => Anchored t -> [(anchor, anchor, Anchored t)] -> Anchored t

    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.

  6. anchorMany_ :: (Num (N c), Semigroup c, Additive (V c), HasOrigin c, IsName anchor) => Anchored c -> [(anchor, anchor, Anchored c)] -> c

    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.

  7. mahogany :: AlphaColour Double

    diagrams-contrib Diagrams.Color.XKCD

    No documentation available.

  8. tiffanyBlue :: AlphaColour Double

    diagrams-contrib Diagrams.Color.XKCD

    No documentation available.

  9. reportAnyErrorToEmacs :: Env -> SomeException -> IO (RawValue 'Unknown)

    emacs-module Emacs.Module.Errors

    No documentation available.

  10. 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.

Page 255 of many | Previous | Next