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) -> NESeq a -> NESeq b

    nonempty-containers Data.Sequence.NonEmpty.Internal

    Defined here but hidden; intended for use with RULES pragma.

  2. map :: Ord b => (a -> b) -> NESet a -> NESet b

    nonempty-containers Data.Set.NonEmpty

    O(n*log n). map f s is the set obtained by applying f to each element of s. It's worth noting that the size of the result may be smaller if, for some (x,y), x /= y && f x == f y

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

    prelude-compat Data.List2010

    No documentation available.

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

    prelude-compat Prelude2010

    No documentation available.

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

    rebase Rebase.Data.Vector

    No documentation available.

  6. map :: forall (m :: Type -> Type) a b . Monad m => (a -> b) -> Stream m a -> Stream m b

    rebase Rebase.Data.Vector.Fusion.Stream.Monadic

    Map a function over a Stream

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

    rebase Rebase.Data.Vector.Generic

    No documentation available.

  8. map :: (Prim a, Prim b) => (a -> b) -> Vector a -> Vector b

    rebase Rebase.Data.Vector.Primitive

    No documentation available.

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

    rebase Rebase.Data.Vector.Storable

    No documentation available.

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

    rebase Rebase.Data.Vector.Unboxed

    No documentation available.

Page 30 of many | Previous | Next