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. mapC :: Constructor -> Converter

    haskell-gi Data.GI.CodeGen.Conversions

    No documentation available.

  2. mapM_ :: Monad m => (a -> m ()) -> FoldM m a ()

    foldl Control.Foldl

    Converts an effectful function to a fold. Specialized version of sink.

  3. mapAdjacent :: Traversable f => (a -> a -> b) -> T f a -> f b

    non-empty Data.NonEmpty

    No documentation available.

  4. mapHead :: forall a (f :: Type -> Type) . (a -> a) -> T f a -> T f a

    non-empty Data.NonEmpty

    No documentation available.

  5. mapTail :: (f a -> g a) -> T f a -> T g a

    non-empty Data.NonEmpty

    No documentation available.

  6. mapWithKey :: Ord k => (k -> a -> b) -> T k a -> T k b

    non-empty Data.NonEmpty.Map

    No documentation available.

  7. mapAdjacent :: (Cons f, Zip f) => (a -> a -> b) -> T f a -> f b

    non-empty Data.NonEmpty.Mixed

    No documentation available.

  8. mapState :: forall (g :: Type -> Type) a b . Functor g => ((a, Rep g) -> (b, Rep g)) -> State g a -> State g b

    adjunctions Control.Monad.Representable.State

    Map both the return value and final state of a computation using the given function.

  9. mapStateT :: forall (g :: Type -> Type) m a n b . Functor g => (m (a, Rep g) -> n (b, Rep g)) -> StateT g m a -> StateT g n b

    adjunctions Control.Monad.Representable.State

    No documentation available.

  10. mapDefault :: Ord key => elem -> key -> T (Map key elem) elem

    data-accessor Data.Accessor.Container

    Treats a finite map like an infinite map, where all undefined elements are replaced by a default value.

Page 117 of many | Previous | Next