Hoogle Search
Within LTS Haskell 24.19 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
fmapMaybe :: FunctorMaybe f => (a -> Maybe b) -> f a -> f breflex Reflex.FunctorMaybe Combined mapping and filtering function.
rigidMapM :: (ListLike full item, Monad m) => (item -> m item) -> full -> m fullListLike Data.ListLike Like mapM, but without the possibility of changing the type of the item. This can have performance benefits with some types.
rigidMapM :: (ListLike full item, Monad m) => (item -> m item) -> full -> m fullListLike Data.ListLike.Base Like mapM, but without the possibility of changing the type of the item. This can have performance benefits with some types.
fmapMaybeUB :: (a -> b) -> MaybeUB a -> MaybeUB bghc-lib-parser GHC.Data.Unboxed No documentation available.
concatMapM :: (Monad m, Traversable f) => (a -> m [b]) -> f a -> m [b]ghc-lib-parser GHC.Utils.Monad Monadic version of concatMap
foldMapM :: (Applicative m, Foldable t, Monoid b) => (a -> m b) -> t a -> m bghc-lib-parser GHC.Utils.Monad Monadic version of foldMap
-
contiguous Data.Primitive.Contiguous Map over a mutable array with indices, modifying the elements in place.
-
contiguous Data.Primitive.Contiguous Strictly map over a mutable array with indices, modifying the elements in place.
bimapM :: (Monad m, Ord k') => (k -> v -> m (k', v')) -> Map k v -> m (Map k' v')dbus DBus.Internal.Types No documentation available.
-
gi-gdk3 GI.Gdk.Objects.Keymap Maps the virtual modifiers (i.e. Super, Hyper and Meta) which are set in state to their non-virtual counterparts (i.e. Mod2, Mod3,...) and set the corresponding bits in state. This function is useful when matching key events against accelerators. Since: 2.20