Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. mapMaybeNoNull :: (a -> Maybe b) -> MonoidalMap token a -> Maybe (MonoidalMap token b)

    reflex Data.AppendMap

    Like mapMaybe but indicates whether the resulting container is empty

  2. mapPartitionEithers :: Map k (Either a b) -> (Map k a, Map k b)

    reflex Data.Map.Misc

    Deprecated: Use mapEither instead

  3. mapMapWithAdjustWithMove :: (Adjustable t m, Ord k) => (k -> v -> m v') -> Map k v -> Event t (PatchMapWithMove k v) -> m (Map k v', Event t (PatchMapWithMove k v'))

    reflex Reflex.Adjustable.Class

    Traverses a Map, running the provided Adjustable action. The provided Event of patches to the Map can add, remove, update, move, or swap values.

  4. mapAccum :: (Accumulator t f, MonadHold t m, MonadFix m) => (a -> b -> (a, c)) -> a -> Event t b -> m (f a, Event t c)

    reflex Reflex.Class

    No documentation available.

  5. mapAccumM :: (Accumulator t f, MonadHold t m, MonadFix m) => (a -> b -> PushM t (a, c)) -> a -> Event t b -> m (f a, Event t c)

    reflex Reflex.Class

    No documentation available.

  6. mapAccumMaybe :: (Accumulator t f, MonadHold t m, MonadFix m) => (a -> b -> (Maybe a, Maybe c)) -> a -> Event t b -> m (f a, Event t c)

    reflex Reflex.Class

    No documentation available.

  7. mapAccumMaybeM :: (Accumulator t f, MonadHold t m, MonadFix m) => (a -> b -> PushM t (Maybe a, Maybe c)) -> a -> Event t b -> m (f a, Event t c)

    reflex Reflex.Class

    No documentation available.

  8. mapMaybe :: Filterable f => (a -> Maybe b) -> f a -> f b

    reflex Reflex.Class

    Like mapMaybe.

  9. mapEventWriterT :: (forall x . () => m x -> n x) -> EventWriterT t w m a -> EventWriterT t w n a

    reflex Reflex.EventWriter.Base

    Change the monad underlying an EventWriterT

  10. mapDMapWithAdjustImpl :: (Reflex t, MonadFix m, MonadHold t m) => ((forall a . () => k a -> Compose ((,) (Bool, Event t ())) v a -> m (v' a)) -> DMap k (Compose ((,) (Bool, Event t ())) v) -> Event t (p k (Compose ((,) (Bool, Event t ())) v)) -> m (DMap k v', Event t (p k v'))) -> ((forall a . () => v a -> Compose ((,) (Bool, Event t ())) v a) -> p k v -> p k (Compose ((,) (Bool, Event t ())) v)) -> (forall a . () => k a -> v a -> PostBuildT t m (v' a)) -> DMap k v -> Event t (p k v) -> PostBuildT t m (DMap k v', Event t (p k v'))

    reflex Reflex.PostBuild.Base

    No documentation available.

Page 165 of many | Previous | Next