Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. sortBy :: forall (m :: Type -> Type) a . MonadCatch m => (a -> a -> Ordering) -> SerialT m a -> SerialT m a

    streamly Streamly.Internal.Data.Stream.IsStream

    Sort the input stream using a supplied comparison function. O(n) space Note: this is not the fastest possible implementation as of now. Pre-release

  2. sortRecs :: Ord a => SortAlg a -> [Record a] -> [Record a]

    tensort Data.Tensort.Utils.SortRecs

    No documentation available.

  3. sortPIntParallelMedian3IO :: MVector RealWorld Int64 -> IO ()

    vector-quicksort Data.Vector.Algorithms.Quicksort.Predefined.PIntParallelMedian3IO

    No documentation available.

  4. sortPIntParallelMedian3or5IO :: MVector RealWorld Int64 -> IO ()

    vector-quicksort Data.Vector.Algorithms.Quicksort.Predefined.PIntParallelMedian3or5IO

    No documentation available.

  5. sortPIntParallelStrategiesMedian3IO :: MVector RealWorld Int64 -> IO ()

    vector-quicksort Data.Vector.Algorithms.Quicksort.Predefined.PIntParallelStrategiesMedian3IO

    No documentation available.

  6. sortPIntParallelStrategiesMedian3ST :: MVector s Int64 -> ST s ()

    vector-quicksort Data.Vector.Algorithms.Quicksort.Predefined.PIntParallelStrategiesMedian3ST

    No documentation available.

  7. sortPIntParallelStrategiesMedian3or5IO :: MVector RealWorld Int64 -> IO ()

    vector-quicksort Data.Vector.Algorithms.Quicksort.Predefined.PIntParallelStrategiesMedian3or5IO

    No documentation available.

  8. sortPIntParallelStrategiesMedian3or5ST :: MVector s Int64 -> ST s ()

    vector-quicksort Data.Vector.Algorithms.Quicksort.Predefined.PIntParallelStrategiesMedian3or5ST

    No documentation available.

  9. sortPIntSequentialMedian3IO :: MVector RealWorld Int64 -> IO ()

    vector-quicksort Data.Vector.Algorithms.Quicksort.Predefined.PIntSequentialMedian3IO

    No documentation available.

  10. sortPIntSequentialMedian3ST :: MVector s Int64 -> ST s ()

    vector-quicksort Data.Vector.Algorithms.Quicksort.Predefined.PIntSequentialMedian3ST

    No documentation available.

Page 46 of many | Previous | Next