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 :: (Vector v a, Vector v b) => (a -> b) -> v a -> v b

    rio RIO.Vector

    No documentation available.

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

    rio RIO.Vector.Boxed

    No documentation available.

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

    rio RIO.Vector.Storable

    No documentation available.

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

    rio RIO.Vector.Unboxed

    No documentation available.

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

    storablevector Data.StorableVector

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

  6. map :: (Storable x, Storable y) => (x -> y) -> Vector x -> Vector y

    storablevector Data.StorableVector.Lazy

    No documentation available.

  7. map :: (Storable x, Storable y) => (x -> y) -> Vector x -> Vector y

    storablevector Data.StorableVector.Lazy.Pattern

    No documentation available.

  8. map :: (Size size, Storable x, Storable y) => (x -> y) -> Vector size x -> Vector size y

    storablevector Data.StorableVector.Lazy.Typed

    No documentation available.

  9. map :: TextualMonoid t => (Char -> Char) -> t -> t

    monoid-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)
    

  10. map :: Ord b => (a -> b) -> NonEmptySet a -> NonEmptySet b

    Cabal-syntax Distribution.Compat.NonEmptySet

    No documentation available.

Page 9 of many | Previous | Next