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.
type family
CollapseTo (h :: k -> Type -> l -> Type) xsop-core Data.SOP.Classes Maps products to lists, and sums to identities.
-
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.
fromIntSet :: IntSet -> IntSetuniplate Data.Generics.Uniplate.Data.Instances Deconstruct a value of type IntSet.
-
uniplate Data.Generics.Uniplate.Data.Instances Deconstruct a value of type Set.
-
uniplate Data.Generics.Uniplate.Data.Instances Construct a value of type IntSet.
toSet :: Ord k => Set k -> Set kuniplate Data.Generics.Uniplate.Data.Instances Construct a value of type Set.
-
massiv Data.Massiv.Array No documentation available.
-
massiv Data.Massiv.Array.Manifest O(1) - Construct a primitive array from the ByteArray. Will return Nothing if number of elements doesn't match.
-
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.
unwrapByteArrayOffset :: Array P ix e -> Intmassiv Data.Massiv.Array.Manifest O(1) - Extract potential linear offset into the underlying ByteArray, which can also be extracted with unwrapByteArray.