Hoogle Search
Within LTS Haskell 24.50 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
traverseFirst :: (Bitraversable t, Applicative f) => (k -> f k') -> t k v -> f (t k' v)hw-kafka-client Kafka.Consumer Deprecated: Isn't concern of this library. Use bitraverse f pure
-
hw-kafka-client Kafka.Consumer Deprecated: Isn't concern of this library. Use bitraverse id pure <$> bitraverse f pure r
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
traverseFirst :: (Bitraversable t, Applicative f) => (k -> f k') -> t k v -> f (t k' v)hw-kafka-client Kafka.Consumer.Types Deprecated: Isn't concern of this library. Use bitraverse f pure
-
hw-kafka-client Kafka.Consumer.Types Deprecated: Isn't concern of this library. Use bitraverse id pure <$> bitraverse f pure r
foldFirst :: Foldable t => t a -> Maybe ahw-prim HaskellWorks.Data.Foldable No documentation available.
PseudoFirstChild :: PseudoClasshxt-css Text.XML.HXT.CSS.TypeDefs :first-child
PseudoFirstOfType :: PseudoClasshxt-css Text.XML.HXT.CSS.TypeDefs :first-of-type
msumFirst :: (MonoidalAlt f, Traversable t) => t (f a) -> f ainvertible Control.Invertible.Monoidal Fold a structure with >| (|<), thus always applying the input to the first (last) item for generation.
eitherFirst :: Either (a, c) (b, c) <-> (Either a b, c)invertible Data.Invertible.Either Lift an either out of the first component of a tuple.