Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. u_SORT_KEY_TOO_SHORT_WARNING :: ICUError

    text-icu Data.Text.ICU.Error

    No documentation available.

  2. unoSortParameters :: URINormalizationOptions -> Bool

    uri-bytestring URI.ByteString

    Sorts parameters by parameter name

  3. data TypeLitSort

    ghc-internal GHC.Internal.Base

    No documentation available.

  4. data TypeLitSort

    ghc-internal GHC.Internal.Type.Reflection.Unsafe

    No documentation available.

  5. tabArraySort :: (HasCallStack, MonadIO m) => TabArray -> m ()

    gi-pango GI.Pango.Structs.TabArray

    Utility function to ensure that the tab stops are in increasing order. Since: 1.50

  6. quicksort :: (Manifest r e, Ord e) => Vector r e -> Vector r e

    massiv Data.Massiv.Array

    This is an implementation of Quicksort, which is an efficient, but unstable sort. This implementation uses Median-of-three for pivot choosing, as such it performs very well not only for random values, but also for common edge cases like already sorted, reversed sorted and arrays with many duplicate elements. It will also respect the computation strategy and will result in a nice speed up for systems with multiple CPUs.

  7. quicksortBy :: Manifest r e => (e -> e -> Ordering) -> Vector r e -> Vector r e

    massiv Data.Massiv.Array

    Same as quicksortBy, but instead of Ord constraint expects a custom Ordering.

  8. quicksortByM :: (Manifest r e, MonadUnliftIO m) => (e -> e -> m Ordering) -> Vector r e -> m (Vector r e)

    massiv Data.Massiv.Array

    Same as quicksortBy, but instead of Ord constraint expects a custom Ordering.

  9. quicksortByM_ :: (Manifest r e, MonadPrimBase s m) => (e -> e -> m Ordering) -> Scheduler s () -> MVector s r e -> m ()

    massiv Data.Massiv.Array.Mutable.Algorithms

    Same as quicksortM_, but instead of Ord constraint expects a custom Ordering.

  10. quicksortM_ :: (Ord e, Manifest r e, MonadPrimBase s m) => Scheduler s () -> MVector s r e -> m ()

    massiv Data.Massiv.Array.Mutable.Algorithms

    Manifest version of quicksort

Page 109 of many | Previous | Next