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 :: (Char -> Char) -> Text -> Textrio RIO.Text.Lazy O(n) map f t is the Text obtained by applying f to each element of t. Performs replacement on invalid scalar values.
map :: (Vector v a, Vector v b) => (a -> b) -> v a -> v brio RIO.Vector No documentation available.
map :: (a -> b) -> Vector a -> Vector brio RIO.Vector.Boxed No documentation available.
map :: (Storable a, Storable b) => (a -> b) -> Vector a -> Vector brio RIO.Vector.Storable No documentation available.
map :: (Unbox a, Unbox b) => (a -> b) -> Vector a -> Vector brio RIO.Vector.Unboxed No documentation available.
map :: (OsChar -> OsChar) -> OsString -> OsStringos-string System.OsString O(n) map f xs is the OsString obtained by applying f to each element of xs.
map :: (Word8 -> Word8) -> ShortByteString -> ShortByteStringos-string System.OsString.Data.ByteString.Short O(n) map f xs is the ShortByteString obtained by applying f to each element of xs.
map :: (Word16 -> Word16) -> ShortByteString -> ShortByteStringos-string System.OsString.Data.ByteString.Short.Word16 O(n) map f xs is the ShortByteString obtained by applying f to each element of xs.
map :: (OsChar -> OsChar) -> OsString -> OsStringos-string System.OsString.Internal O(n) map f xs is the OsString obtained by applying f to each element of xs.
map :: (PosixChar -> PosixChar) -> PosixString -> PosixStringos-string System.OsString.Posix O(n) map f xs is the OsString obtained by applying f to each element of xs.