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.

  1. waitAny :: MonadIO m => [Async a] -> m (Async a, a)

    classy-prelude-yesod ClassyPrelude.Yesod

    Lifted waitAny.

  2. waitAnyCancel :: MonadIO m => [Async a] -> m (Async a, a)

    classy-prelude-yesod ClassyPrelude.Yesod

    Lifted waitAnyCancel.

  3. waitAnyCatch :: MonadIO m => [Async a] -> m (Async a, Either SomeException a)

    classy-prelude-yesod ClassyPrelude.Yesod

    Lifted waitAnyCatch.

  4. waitAnyCatchCancel :: MonadIO m => [Async a] -> m (Async a, Either SomeException a)

    classy-prelude-yesod ClassyPrelude.Yesod

    Lifted waitAnyCatchCancel.

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

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

    classy-prelude-yesod ClassyPrelude.Yesod

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

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

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

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

  10. mahogany :: AlphaColour Double

    diagrams-contrib Diagrams.Color.XKCD

    No documentation available.

Page 252 of many | Previous | Next