Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
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.
map :: (C sh, Storable a, Storable b) => (a -> b) -> Array sh a -> Array sh bcomfort-array Data.Array.Comfort.Storable No documentation available.
map :: (C sh, Storable a, Storable b) => (a -> b) -> Array sh a -> Array sh bcomfort-array Data.Array.Comfort.Storable.Unchecked 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.