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 :: forall a b (n :: Nat) . (Storable a, Storable b) => (a -> b) -> Vector n a -> Vector n bvector-sized Data.Vector.Storable.Sized O(n) Map a function over a vector.
map :: forall a b (n :: Nat) . (Unbox a, Unbox b) => (a -> b) -> Vector n a -> Vector n bvector-sized Data.Vector.Unboxed.Sized O(n) Map a function over a vector.
map :: (PrimType a, PrimType b) => (a -> b) -> Block a -> Block bbasement Basement.Block Map all element a from a block to a new block of b
map :: forall a b (n :: Nat) . (PrimType a, PrimType b) => (a -> b) -> BlockN n a -> BlockN n bbasement Basement.Sized.Block No documentation available.
map :: forall a b (n :: Nat) . (a -> b) -> ListN n a -> ListN n bbasement Basement.Sized.List Map all elements in a list
map :: forall a b (n :: Nat) . (PrimType a, PrimType b) => (a -> b) -> UVect n a -> UVect n bbasement Basement.Sized.UVect No documentation available.
map :: forall a b (n :: Nat) . (a -> b) -> Vect n a -> Vect n bbasement Basement.Sized.Vect No documentation available.
map :: (PrimType a, PrimType b) => (a -> b) -> UArray a -> UArray bbasement Basement.UArray No documentation available.
map :: (Word8 -> Word8) -> Bytes -> Bytesbyteslice Data.Bytes Map over bytes in a sequence. The result has the same length as the argument.
map :: (a -> b) -> EnumMap k a -> EnumMap k benummapset Data.EnumMap.Lazy No documentation available.