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.

  1. sortBy :: (a -> a -> Ordering) -> NonEmpty a -> NonEmpty a

    rio RIO.NonEmpty

    sortBy for NonEmpty, behaves the same as sortBy

  2. sortWith :: Ord o => (a -> o) -> NonEmpty a -> NonEmpty a

    rio RIO.NonEmpty

    sortWith for NonEmpty, behaves the same as:

    sortBy . comparing
    

  3. sortBy :: (a -> a -> Ordering) -> Seq a -> Seq a

    rio 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.

  4. sortBy :: Vector v e => Comparison e -> v e -> v e

    statistics Statistics.Function

    Sort a vector using a custom ordering.

  5. sortCRL :: CRL -> IO ()

    HsOpenSSL OpenSSL.X509.Revocation

    sortCRL crl sorts the certificates in the revocation list.

  6. 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.

  7. sortBy :: (a -> a -> Ordering) -> [a] -> [a]

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

  8. sortAlpha :: SortOpts -> Bool

    hedis Database.Redis

    No documentation available.

  9. sortBy :: SortOpts -> Maybe ByteString

    hedis Database.Redis

    No documentation available.

  10. sortGet :: SortOpts -> [ByteString]

    hedis Database.Redis

    No documentation available.

Page 21 of many | Previous | Next