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.
map :: (a -> b) -> NESeq a -> NESeq bnonempty-containers Data.Sequence.NonEmpty.Internal Defined here but hidden; intended for use with RULES pragma.
map :: Ord b => (a -> b) -> NESet a -> NESet bnonempty-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
-
prelude-compat Data.List2010 No documentation available.
-
prelude-compat Prelude2010 No documentation available.
map :: (a -> b) -> Vector a -> Vector brebase Rebase.Data.Vector No documentation available.
map :: forall (m :: Type -> Type) a b . Monad m => (a -> b) -> Stream m a -> Stream m brebase Rebase.Data.Vector.Fusion.Stream.Monadic Map a function over a Stream
map :: (Vector v a, Vector v b) => (a -> b) -> v a -> v brebase Rebase.Data.Vector.Generic No documentation available.
map :: (Prim a, Prim b) => (a -> b) -> Vector a -> Vector brebase Rebase.Data.Vector.Primitive No documentation available.
map :: (Storable a, Storable b) => (a -> b) -> Vector a -> Vector brebase Rebase.Data.Vector.Storable No documentation available.
map :: (Unbox a, Unbox b) => (a -> b) -> Vector a -> Vector brebase Rebase.Data.Vector.Unboxed No documentation available.