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.
sortByZ :: (a -> a -> Ordering) -> Zipper a -> Zipper axmonad-contrib XMonad.Util.Stack Sort a stack with an arbitrary sorting function
sortZ :: Ord a => Zipper a -> Zipper axmonad-contrib XMonad.Util.Stack Sort a stack of elements supporting Ord
module Data.Sequence.Internal.
Sorting WARNING
This module is considered internal. The Package Versioning Policy does not apply. The contents of this module may change in any way whatsoever and without any warning between minor versions of this package. Authors importing this module are expected to track development closely.Description
This module provides the various sorting implementations for Data.Sequence. Further notes are available in the file sorting.md (in this directory).-
QuickCheck Test.QuickCheck No documentation available.
-
QuickCheck Test.QuickCheck Sorted xs: guarantees that xs is sorted.
-
QuickCheck Test.QuickCheck.Modifiers No documentation available.
-
QuickCheck Test.QuickCheck.Modifiers Sorted xs: guarantees that xs is sorted.
-
tasty-quickcheck Test.Tasty.QuickCheck No documentation available.
-
tasty-quickcheck Test.Tasty.QuickCheck Sorted xs: guarantees that xs is sorted.
class Sort f =>
SortBy (f :: Type -> Type)non-empty Data.NonEmpty.Class No documentation available.