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 :: forall a b (n :: Nat) . (Storable a, Storable b) => (a -> b) -> Vector n a -> Vector n b

    vector-sized Data.Vector.Storable.Sized

    O(n) Map a function over a vector.

  2. map :: forall a b (n :: Nat) . (Unbox a, Unbox b) => (a -> b) -> Vector n a -> Vector n b

    vector-sized Data.Vector.Unboxed.Sized

    O(n) Map a function over a vector.

  3. map :: (PrimType a, PrimType b) => (a -> b) -> Block a -> Block b

    basement Basement.Block

    Map all element a from a block to a new block of b

  4. map :: forall a b (n :: Nat) . (PrimType a, PrimType b) => (a -> b) -> BlockN n a -> BlockN n b

    basement Basement.Sized.Block

    No documentation available.

  5. map :: forall a b (n :: Nat) . (a -> b) -> ListN n a -> ListN n b

    basement Basement.Sized.List

    Map all elements in a list

  6. map :: forall a b (n :: Nat) . (PrimType a, PrimType b) => (a -> b) -> UVect n a -> UVect n b

    basement Basement.Sized.UVect

    No documentation available.

  7. map :: forall a b (n :: Nat) . (a -> b) -> Vect n a -> Vect n b

    basement Basement.Sized.Vect

    No documentation available.

  8. map :: (PrimType a, PrimType b) => (a -> b) -> UArray a -> UArray b

    basement Basement.UArray

    No documentation available.

  9. map :: (Word8 -> Word8) -> Bytes -> Bytes

    byteslice Data.Bytes

    Map over bytes in a sequence. The result has the same length as the argument.

  10. map :: (a -> b) -> EnumMap k a -> EnumMap k b

    enummapset Data.EnumMap.Lazy

    No documentation available.

Page 12 of many | Previous | Next