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.
sequenceS :: forall (m :: Type -> Type) a b . Monad m => [MSF m a b] -> MSF (ListT m) a bdunai 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.
sequenceA :: (Applicative f, Natural n) => T n (f a) -> f (T n a)fixed-length Data.FixedLength No documentation available.
-
fixed-vector-hetero Data.Vector.HFixed Sequence effects for every element in the vector
sequence_ :: (Applicative f, HVectorF v) => v f -> f ()fixed-vector-hetero Data.Vector.HFixed Sequence effects for every element in the vector
-
hal AWS.Lambda.Events.S3 No documentation available.
-
hal AWS.Lambda.Events.S3 No documentation available.
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
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
sequenceI_ :: (Foldable t, Monoidal f) => t (f ()) -> f ()invertible Control.Invertible.Monoidal Sequence (like sequenceA_) a list of monoidals, ignoring (const ()) all the results.
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.