Hoogle Search
Within LTS Haskell 24.28 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
refined-containers Data.Map.Strict.Refined Apply a function to all values in a map and collect only the Just results, returning a potentially smaller map.
-
refined-containers Data.Map.Strict.Refined Apply a function to all values in a map, together with their corresponding keys, and collect only the Just results, returning a potentially smaller map.
mapWithKey :: (Key s k -> a -> b) -> Map s k a -> Map s k brefined-containers Data.Map.Strict.Refined Apply a function to all values in a map, together with their corresponding keys, that are proven to be in the map. The set of keys remains the same.
mapOp :: (Functor f, HasField s "mapOp" a) => LensLike' f s ariak-protobuf Data.Riak.Proto No documentation available.
mapValue :: (Functor f, HasField s "mapValue" a) => LensLike' f s ariak-protobuf Data.Riak.Proto No documentation available.
-
selections Data.Functor.Selection Map over selected values
mapSelected = fmap
-
selections Data.Functor.Selection Map over unselected values
mapUnselected = first
mapException :: (Exception e1, Exception e2, MonadCatch m) => (e1 -> e2) -> m a -> m aservant-exceptions-server Servant.Exception.Server Catch and rethrow using mapping function f.
mapAffix :: (String -> String) -> (String -> String) -> Formatted a -> Formatted atable-layout Text.Layout.Table.Cell.Formatted Map over the formatting directives of a formatted value.
mapRowGroupColumns :: [(b, a -> b)] -> RowGroup a -> [[b]]table-layout Text.Layout.Table.Spec.RowGroup Map each column with the corresponding function and replace empty inputs with the given value.