Hoogle Search
Within LTS Haskell 24.26 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mapMaybeWithKey :: (forall (tp :: v) . () => k tp -> f tp -> Maybe (g tp)) -> MapF k f -> MapF k gparameterized-utils Data.Parameterized.Map Map keys and elements and collect Just results.
mapWithKey :: (forall (tp :: v) . () => ktp tp -> f tp -> g tp) -> MapF ktp f -> MapF ktp gparameterized-utils Data.Parameterized.Map Apply function to all elements in map.
mapSome :: (forall (tp :: k) . () => f tp -> g tp) -> Some f -> Some gparameterized-utils Data.Parameterized.Some Apply function to inner value.
-
parameterized-utils Data.Parameterized.Vector Scope a function to a sub-section of the given vector.
-
parameterized-utils Data.Parameterized.Vector Scope a monadic function to a sub-section of the given vector.
mapMaybeNoNull :: (a -> Maybe b) -> MonoidalMap token a -> Maybe (MonoidalMap token b)reflex Data.AppendMap Like mapMaybe but indicates whether the resulting container is empty
mapPartitionEithers :: Map k (Either a b) -> (Map k a, Map k b)reflex Data.Map.Misc Deprecated: Use mapEither instead
-
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.
-
reflex Reflex.Class No documentation available.
-
reflex Reflex.Class No documentation available.