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.

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

  2. traverseFirstM :: (Bitraversable t, Applicative f, Monad m) => (k -> m (f k')) -> t k v -> m (f (t k' v))

    hw-kafka-client Kafka.Consumer

    Deprecated: Isn't concern of this library. Use bitraverse id pure <$> bitraverse f pure r

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

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

  5. traverseFirstM :: (Bitraversable t, Applicative f, Monad m) => (k -> m (f k')) -> t k v -> m (f (t k' v))

    hw-kafka-client Kafka.Consumer.Types

    Deprecated: Isn't concern of this library. Use bitraverse id pure <$> bitraverse f pure r

  6. foldFirst :: Foldable t => t a -> Maybe a

    hw-prim HaskellWorks.Data.Foldable

    No documentation available.

  7. PseudoFirstChild :: PseudoClass

    hxt-css Text.XML.HXT.CSS.TypeDefs

    :first-child
    

  8. PseudoFirstOfType :: PseudoClass

    hxt-css Text.XML.HXT.CSS.TypeDefs

    :first-of-type
    

  9. msumFirst :: (MonoidalAlt f, Traversable t) => t (f a) -> f a

    invertible Control.Invertible.Monoidal

    Fold a structure with >| (|<), thus always applying the input to the first (last) item for generation.

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

Page 97 of many | Previous | Next