• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. mapThese :: ((a, b) -> (a, b)) -> These a b -> These a b

    these Data.These.Combinators

    No documentation available.

  2. mapThis :: (a -> a) -> These a b -> These a b

    these Data.These.Combinators

    No documentation available.

  3. mapC :: Constructor -> Converter

    haskell-gi Data.GI.CodeGen.Conversions

    No documentation available.

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

    foldl Control.Foldl

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

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

    non-empty Data.NonEmpty

    No documentation available.

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

    non-empty Data.NonEmpty

    No documentation available.

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

    non-empty Data.NonEmpty

    No documentation available.

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

    non-empty Data.NonEmpty.Map

    No documentation available.

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

    non-empty Data.NonEmpty.Mixed

    No documentation available.

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

    • runState (mapState f m) = f . runState
      m

Page 117 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete