Hoogle Search

Within Stackage Nightly 2025-10-02 (ghc-9.12.2)

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

  1. toIntSet :: IntSet -> IntSet

    uniplate Data.Generics.Uniplate.Data.Instances

    Construct a value of type IntSet.

  2. toSet :: Ord k => Set k -> Set k

    uniplate Data.Generics.Uniplate.Data.Instances

    Construct a value of type Set.

  3. iterArrayLinearWithSetM_ :: forall r ix e m s . (Load r ix e, MonadPrimBase s m) => Scheduler s () -> Array r ix e -> (Int -> e -> m ()) -> (Ix1 -> Sz1 -> e -> m ()) -> m ()

    massiv Data.Massiv.Array

    No documentation available.

  4. fromByteArrayOffsetM :: (MonadThrow m, Index ix, Prim e) => Comp -> Sz ix -> Int -> ByteArray -> m (Array P ix e)

    massiv Data.Massiv.Array.Manifest

    O(1) - Construct a primitive array from the ByteArray. Will return Nothing if number of elements doesn't match.

  5. fromMutableByteArrayOffsetM :: (MonadThrow m, Index ix, Prim e) => Sz ix -> Ix1 -> MutableByteArray s -> m (MArray s P ix e)

    massiv Data.Massiv.Array.Manifest

    O(1) - Construct a primitive mutable array from the MutableByteArray. Will throw SizeElementsMismatchException if number of elements doesn't match.

  6. unwrapByteArrayOffset :: Array P ix e -> Int

    massiv Data.Massiv.Array.Manifest

    O(1) - Extract potential linear offset into the underlying ByteArray, which can also be extracted with unwrapByteArray.

  7. unwrapMutableByteArrayOffset :: MArray s P ix e -> Int

    massiv Data.Massiv.Array.Manifest

    O(1) - Extract the linear offset into underlying MutableByteArray, which can aslo be extracted with unwrapMutableByteArray.

  8. unsafeLinearSet :: (Manifest r e, Index ix, PrimMonad m) => MArray (PrimState m) r ix e -> Ix1 -> Sz1 -> e -> m ()

    massiv Data.Massiv.Array.Unsafe

    Set all cells in the mutable array within the range to a specified value.

  9. iterArrayLinearWithSetST_ :: Load r ix e => Scheduler s () -> Array r ix e -> (Ix1 -> e -> ST s ()) -> (Ix1 -> Sz1 -> e -> ST s ()) -> ST s ()

    massiv Data.Massiv.Core

    Similar to iterArrayLinearST_. Except it also accepts a function that is potentially optimized for setting many cells in a region to the same value.

  10. DstOffset :: CalendarField

    text-icu Data.Text.ICU

    Field indicating the daylight savings offset in milliseconds.

Page 104 of many | Previous | Next