Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
sorting :: Sorting a => Sort adiscrimination Data.Discrimination.Sorting For every strictly monotone-increasing function f:
contramap f sorting ≡ sorting
sorting1 :: Sorting1 f => Sort a -> Sort (f a)discrimination Data.Discrimination.Sorting No documentation available.
sortingBag :: Foldable f => Sort k -> Sort (f k)discrimination Data.Discrimination.Sorting Construct a stable ordered discriminator that sorts a list as multisets of elements from another stable ordered discriminator. The resulting discriminator only cares about the set of keys and their multiplicity, and is sorted as if we'd sorted each key in turn before comparing.
sortingCompare :: Sorting a => a -> a -> Orderingdiscrimination Data.Discrimination.Sorting -
discrimination Data.Discrimination.Sorting No documentation available.
sortingSet :: Foldable f => Sort k -> Sort (f k)discrimination Data.Discrimination.Sorting Construct a stable ordered discriminator that sorts a list as sets of elements from another stable ordered discriminator. The resulting discriminator only cares about the set of keys, and is sorted as if we'd sorted each key in turn before comparing.
sortAndGroupFstBySnd :: Ord b => [(a, b)] -> [([a], b)]fitspec Test.FitSpec.Utils No documentation available.
sortAndGroupOn :: Ord b => (a -> b) -> [a] -> [[a]]fitspec Test.FitSpec.Utils No documentation available.
sortGroupAndCollapse :: Ord b => (a -> b) -> (a -> c) -> (b -> [c] -> d) -> [a] -> [d]fitspec Test.FitSpec.Utils No documentation available.
sortOn :: Ord b => (a -> b) -> [a] -> [a]fitspec Test.FitSpec.Utils No documentation available.