Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
-
vector-sized Data.Vector.Generic.Sized O(n) Map a function over a vector.
map :: forall a b (n :: Nat) . (Prim a, Prim b) => (a -> b) -> Vector n a -> Vector n bvector-sized Data.Vector.Primitive.Sized O(n) Map a function over a vector.
map :: forall a b (n :: Nat) . (a -> b) -> Vector n a -> Vector n bvector-sized Data.Vector.Sized O(n) Map a function over a vector.
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 :: (a -> b) -> NonEmpty a -> NonEmpty bbase-compat-batteries Data.List.NonEmpty.Compat Map a function over a NonEmpty stream.
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.