Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. emptySmallUnliftedArray :: forall (unlifted_a :: UnliftedType) a . SmallUnliftedArray_ unlifted_a a

    primitive-unlifted Data.Primitive.Unlifted.SmallArray.ST

    No documentation available.

  2. foldlSmallUnliftedArray :: PrimUnlifted a => (b -> a -> b) -> b -> SmallUnliftedArray a -> b

    primitive-unlifted Data.Primitive.Unlifted.SmallArray.ST

    Lazy left-associated fold over the elements of an SmallUnliftedArray.

  3. foldlSmallUnliftedArray' :: PrimUnlifted a => (b -> a -> b) -> b -> SmallUnliftedArray a -> b

    primitive-unlifted Data.Primitive.Unlifted.SmallArray.ST

    Strict left-associated fold over the elements of an SmallUnliftedArray.

  4. foldlSmallUnliftedArrayM' :: (PrimUnlifted a, Monad m) => (b -> a -> m b) -> b -> SmallUnliftedArray a -> m b

    primitive-unlifted Data.Primitive.Unlifted.SmallArray.ST

    Strict effectful left-associated fold over the elements of an SmallUnliftedArray.

  5. foldrSmallUnliftedArray :: PrimUnlifted a => (a -> b -> b) -> b -> SmallUnliftedArray a -> b

    primitive-unlifted Data.Primitive.Unlifted.SmallArray.ST

    No documentation available.

  6. foldrSmallUnliftedArray' :: PrimUnlifted a => (a -> b -> b) -> b -> SmallUnliftedArray a -> b

    primitive-unlifted Data.Primitive.Unlifted.SmallArray.ST

    Strict right-associated fold over the elements of an 'SmallUnliftedArray.

  7. freezeSmallUnliftedArray :: SmallMutableUnliftedArray s a -> Int -> Int -> ST s (SmallUnliftedArray a)

    primitive-unlifted Data.Primitive.Unlifted.SmallArray.ST

    Freezes a portion of a MutableUnliftedArray, yielding an UnliftedArray. This operation is safe, in that it copies the frozen portion, and the existing mutable array may still be used afterward.

  8. getSizeofSmallMutableUnliftedArray :: SmallMutableUnliftedArray s e -> ST s Int

    primitive-unlifted Data.Primitive.Unlifted.SmallArray.ST

    Yields the length of a MutableUnliftedArray.

  9. indexSmallUnliftedArray :: PrimUnlifted a => SmallUnliftedArray a -> Int -> a

    primitive-unlifted Data.Primitive.Unlifted.SmallArray.ST

    No documentation available.

  10. itraverseSmallUnliftedArray_ :: (PrimUnlifted a, Applicative m) => (Int -> a -> m b) -> SmallUnliftedArray a -> m ()

    primitive-unlifted Data.Primitive.Unlifted.SmallArray.ST

    Effectful indexed traversal of the elements of an SmallUnliftedArray, discarding the resulting values.

Page 519 of many | Previous | Next