Hoogle Search
Within Stackage Nightly 2025-10-01 (ghc-9.12.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
sort2ByOffset :: (PrimMonad m, MVector v e) => Comparison e -> v (PrimState m) e -> Int -> m ()vector-algorithms Data.Vector.Algorithms.Optimal Sorts the elements at the positions off and 'off + 1' in the given array using the comparison.
sort3ByOffset :: (PrimMonad m, MVector v e) => Comparison e -> v (PrimState m) e -> Int -> m ()vector-algorithms Data.Vector.Algorithms.Optimal Sorts the three elements starting at the given offset in the array.
sort4ByOffset :: (PrimMonad m, MVector v e) => Comparison e -> v (PrimState m) e -> Int -> m ()vector-algorithms Data.Vector.Algorithms.Optimal Sorts the four elements beginning at the offset.
fromSet :: (Indexed sh, Index sh ~ ix, Ord ix) => sh -> Set ix -> Array shcomfort-array Data.Array.Comfort.Bool No documentation available.
toSet :: (InvIndexed sh, Index sh ~ ix, Ord ix) => Array sh -> Set ixcomfort-array Data.Array.Comfort.Bool No documentation available.
unifiedSizeOffset :: (Indexed f, Checking check) => Shape f -> (Int, Index f -> Result check Int)comfort-array Data.Array.Comfort.Container No documentation available.
assertIndexFromOffset :: Checking check => String -> Int -> Bool -> Result check ()comfort-array Data.Array.Comfort.Shape No documentation available.
indexFromOffset :: InvIndexed sh => sh -> Int -> Index shcomfort-array Data.Array.Comfort.Shape It should hold indexFromOffset sh k == indices sh !! k, but indexFromOffset should generally be faster.
messageIndexFromOffset :: String -> Int -> Stringcomfort-array Data.Array.Comfort.Shape No documentation available.
offset :: Indexed sh => sh -> Index sh -> Intcomfort-array Data.Array.Comfort.Shape No documentation available.