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.
foldlMap' :: (Contiguous arr, Element arr a, Monoid m) => (a -> m) -> arr a -> mcontiguous Data.Primitive.Contiguous Strict left monoidal fold over the elements of an array.
ifoldlMap' :: (Contiguous arr, Element arr a, Monoid m) => (Int -> a -> m) -> arr a -> mcontiguous Data.Primitive.Contiguous Strict monoidal fold over the elements of an array.
ifoldlMap1' :: (Contiguous arr, Element arr a, Semigroup m) => (Int -> a -> m) -> arr a -> mcontiguous Data.Primitive.Contiguous Strict monoidal fold over the elements of an array.
-
contiguous Data.Primitive.Contiguous Map over the elements of an array with the index.
-
contiguous Data.Primitive.Contiguous Map strictly over the elements of an array with the index. Note that because a new array must be created, the resulting array type can be different than the original.
-
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.
getAllPropertiesMap :: Client -> MethodCall -> IO (Either MethodError (Map String Variant))dbus DBus.Client No documentation available.
ValueMap :: Type -> Type -> Map Atom Value -> Valuedbus DBus.Internal.Types No documentation available.
bimap :: Ord k' => (k -> v -> (k', v')) -> Map k v -> Map k' v'dbus DBus.Internal.Types No documentation available.