Hoogle Search
Within LTS Haskell 24.53 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
map :: (WindowsChar -> WindowsChar) -> WindowsString -> WindowsStringos-string System.OsString.Windows O(n) map f xs is the OsString obtained by applying f to each element of xs.
map :: (Storable a, Storable b) => (a -> b) -> Vector a -> Vector bstorablevector Data.StorableVector O(n) map f xs is the Vector obtained by applying f to each element of xs.
map :: (Storable x, Storable y) => (x -> y) -> Vector x -> Vector ystorablevector Data.StorableVector.Lazy No documentation available.
map :: (Storable x, Storable y) => (x -> y) -> Vector x -> Vector ystorablevector Data.StorableVector.Lazy.Pattern No documentation available.
map :: (Size size, Storable x, Storable y) => (x -> y) -> Vector size x -> Vector size ystorablevector Data.StorableVector.Lazy.Typed No documentation available.
map :: TextualMonoid t => (Char -> Char) -> t -> tmonoid-subclasses Data.Monoid.Textual Equivalent to map from Data.List with a Char -> Char function. Preserves all non-character data.
map f == concatMap (singleton . f)
map :: Ord b => (a -> b) -> NonEmptySet a -> NonEmptySet bCabal-syntax Distribution.Compat.NonEmptySet No documentation available.
-
Cabal-syntax Distribution.Compat.Prelude No documentation available.
map :: C sh => (a -> b) -> Array sh a -> Array sh bcomfort-array Data.Array.Comfort.Boxed No documentation available.
map :: C sh => (a -> b) -> Array sh a -> Array sh bcomfort-array Data.Array.Comfort.Boxed.Unchecked No documentation available.