Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
sortBy :: (a -> a -> Ordering) -> NonEmpty a -> NonEmpty ario RIO.NonEmpty sortWith :: Ord o => (a -> o) -> NonEmpty a -> NonEmpty ario RIO.NonEmpty sortWith for NonEmpty, behaves the same as:
sortBy . comparing
sortBy :: (a -> a -> Ordering) -> Seq a -> Seq ario RIO.Seq sortBy sorts the specified Seq according to the specified comparator. The sort is stable. If stability is not required, unstableSortBy can be slightly faster.
sortBy :: Vector v e => Comparison e -> v e -> v estatistics Statistics.Function Sort a vector using a custom ordering.
-
HsOpenSSL OpenSSL.X509.Revocation sortCRL crl sorts the certificates in the revocation list.
sortedConvexHull :: OrderedField n => [P2 n] -> ([P2 n], [P2 n])diagrams-lib Diagrams.TwoD.Points Find the convex hull of a set of points already sorted in the x direction. The first list of the tuple is the upper hull going clockwise from left-most to right-most point. The second is the lower hull from right-most to left-most in the anti-clockwise direction.
sortBy :: (a -> a -> Ordering) -> [a] -> [a]Cabal-syntax Distribution.Compat.Prelude No documentation available.
-
hedis Database.Redis No documentation available.
sortBy :: SortOpts -> Maybe ByteStringhedis Database.Redis No documentation available.
sortGet :: SortOpts -> [ByteString]hedis Database.Redis No documentation available.