Hoogle Search

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

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

  1. type family CollapseTo (h :: k -> Type -> l -> Type) x

    sop-core Data.SOP.Classes

    Maps products to lists, and sums to identities.

  2. data IntSet

    uniplate Data.Generics.Uniplate.Data.Instances

    Invariant preserving version of IntSet from the containers packages, suitable for use with Uniplate. Use toIntSet to construct values, and fromIntSet to deconstruct values.

  3. fromIntSet :: IntSet -> IntSet

    uniplate Data.Generics.Uniplate.Data.Instances

    Deconstruct a value of type IntSet.

  4. fromSet :: Set k -> Set k

    uniplate Data.Generics.Uniplate.Data.Instances

    Deconstruct a value of type Set.

  5. toIntSet :: IntSet -> IntSet

    uniplate Data.Generics.Uniplate.Data.Instances

    Construct a value of type IntSet.

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

    uniplate Data.Generics.Uniplate.Data.Instances

    Construct a value of type Set.

  7. 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.

  8. 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.

  9. 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.

  10. 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.

Page 104 of many | Previous | Next