Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. sequenceS :: forall (m :: Type -> Type) a b . Monad m => [MSF m a b] -> MSF (ListT m) a b

    dunai Control.Monad.Trans.MSF.List

    Build an MSF in the ListT transformer by broadcasting the input stream value to each MSF in a given list.

  2. sequenceA :: (Applicative f, Natural n) => T n (f a) -> f (T n a)

    fixed-length Data.FixedLength

    No documentation available.

  3. sequenceF :: forall f v (g :: Type -> Type) . (Applicative f, HVectorF v) => v (Compose f g) -> f (v g)

    fixed-vector-hetero Data.Vector.HFixed

    Sequence effects for every element in the vector

  4. sequence_ :: (Applicative f, HVectorF v) => v f -> f ()

    fixed-vector-hetero Data.Vector.HFixed

    Sequence effects for every element in the vector

  5. sequencer :: S3Object -> Text

    hal AWS.Lambda.Events.S3

    No documentation available.

  6. sequencer :: S3Object -> Text

    hal AWS.Lambda.Events.S3

    No documentation available.

  7. sequenceFirst :: (Bitraversable t, Applicative f) => t (f k) v -> f (t k v)

    hw-kafka-client Kafka.Consumer

    Deprecated: Isn't concern of this library. Use bitraverse id pure

  8. sequenceFirst :: (Bitraversable t, Applicative f) => t (f k) v -> f (t k v)

    hw-kafka-client Kafka.Consumer.Types

    Deprecated: Isn't concern of this library. Use bitraverse id pure

  9. sequenceI_ :: (Foldable t, Monoidal f) => t (f ()) -> f ()

    invertible Control.Invertible.Monoidal

    Sequence (like sequenceA_) a list of monoidals, ignoring (const ()) all the results.

  10. sequenceMaybesI :: Monoidal f => [f (Maybe a)] -> f [a]

    invertible Control.Invertible.Monoidal

    Sequence (like sequenceA) and filter (like catMaybes) a list of monoidals, producing the list of non-Nothing values. Shorter input lists pad with Nothings and longer ones are ignored.

Page 44 of many | Previous | Next