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.
mapM_ :: forall m a b (n :: Nat) . (Monad m, Storable a) => (a -> m b) -> Vector n a -> m ()vector-sized Data.Vector.Storable.Sized O(n) Apply the monadic action to all elements of a vector and ignore the results.
-
vector-sized Data.Vector.Unboxed.Sized O(n) Apply the monadic action to all elements of the vector, yielding a vector of results.
mapM_ :: forall m a b (n :: Nat) . (Monad m, Unbox a) => (a -> m b) -> Vector n a -> m ()vector-sized Data.Vector.Unboxed.Sized O(n) Apply the monadic action to all elements of a vector and ignore the results.
mapRegionB :: Region -> (Char -> Char) -> BufferM ()yi-core Yi.Buffer.Region Map the given function over the characters in the region.
mapRegionB :: Region -> (Char -> Char) -> BufferM ()yi-core Yi.Config.Simple Map the given function over the characters in the region.
mapLines :: (YiString -> YiString) -> YiString -> YiStringyi-core Yi.String A helper function for creating functions suitable for modifySelectionB and modifyRegionB. To be used when the desired function should map across the lines of a region.
mapWindows :: (Window -> Window) -> Tab -> Tabyi-core Yi.Tab A specialised version of "fmap".
mapAdjust' :: Ord k => (a -> a) -> k -> Map k a -> Map k ayi-language Yi.Utils As Map.adjust, but the combining function is applied strictly.
mapFromFoldable :: (Foldable t, Ord k) => t (k, a) -> Map k ayi-language Yi.Utils Generalisation of fromList to arbitrary foldables.
-
deriving-compat Data.Deriving.Internal No documentation available.