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.

  1. map :: (Char -> Char) -> Text -> Text

    rio 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.

  2. map :: (Vector v a, Vector v b) => (a -> b) -> v a -> v b

    rio RIO.Vector

    No documentation available.

  3. map :: (a -> b) -> Vector a -> Vector b

    rio RIO.Vector.Boxed

    No documentation available.

  4. map :: (Storable a, Storable b) => (a -> b) -> Vector a -> Vector b

    rio RIO.Vector.Storable

    No documentation available.

  5. map :: (Unbox a, Unbox b) => (a -> b) -> Vector a -> Vector b

    rio RIO.Vector.Unboxed

    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 9 of many | Previous | Next