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.

  1. map :: (a -> b) -> [a] -> [b]

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

  2. map :: C sh => (a -> b) -> Array sh a -> Array sh b

    comfort-array Data.Array.Comfort.Boxed

    No documentation available.

  3. map :: C sh => (a -> b) -> Array sh a -> Array sh b

    comfort-array Data.Array.Comfort.Boxed.Unchecked

    No documentation available.

  4. map :: (C sh, Storable a, Storable b) => (a -> b) -> Array sh a -> Array sh b

    comfort-array Data.Array.Comfort.Storable

    No documentation available.

  5. map :: (C sh, Storable a, Storable b) => (a -> b) -> Array sh a -> Array sh b

    comfort-array Data.Array.Comfort.Storable.Unchecked

    No documentation available.

  6. map :: (OsChar -> OsChar) -> OsString -> OsString

    os-string System.OsString

    O(n) map f xs is the OsString obtained by applying f to each element of xs.

  7. map :: (Word8 -> Word8) -> ShortByteString -> ShortByteString

    os-string System.OsString.Data.ByteString.Short

    O(n) map f xs is the ShortByteString obtained by applying f to each element of xs.

  8. map :: (Word16 -> Word16) -> ShortByteString -> ShortByteString

    os-string System.OsString.Data.ByteString.Short.Word16

    O(n) map f xs is the ShortByteString obtained by applying f to each element of xs.

  9. map :: (OsChar -> OsChar) -> OsString -> OsString

    os-string System.OsString.Internal

    O(n) map f xs is the OsString obtained by applying f to each element of xs.

  10. map :: (PosixChar -> PosixChar) -> PosixString -> PosixString

    os-string System.OsString.Posix

    O(n) map f xs is the OsString obtained by applying f to each element of xs.

Page 10 of many | Previous | Next