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. sortByZ :: (a -> a -> Ordering) -> Zipper a -> Zipper a

    xmonad-contrib XMonad.Util.Stack

    Sort a stack with an arbitrary sorting function

  2. sortZ :: Ord a => Zipper a -> Zipper a

    xmonad-contrib XMonad.Util.Stack

    Sort a stack of elements supporting Ord

  3. 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).

  4. Sorted :: [a] -> SortedList a

    QuickCheck Test.QuickCheck

    No documentation available.

  5. newtype SortedList a

    QuickCheck Test.QuickCheck

    Sorted xs: guarantees that xs is sorted.

  6. Sorted :: [a] -> SortedList a

    QuickCheck Test.QuickCheck.Modifiers

    No documentation available.

  7. newtype SortedList a

    QuickCheck Test.QuickCheck.Modifiers

    Sorted xs: guarantees that xs is sorted.

  8. Sorted :: [a] -> SortedList a

    tasty-quickcheck Test.Tasty.QuickCheck

    No documentation available.

  9. newtype SortedList a

    tasty-quickcheck Test.Tasty.QuickCheck

    Sorted xs: guarantees that xs is sorted.

  10. class Sort f => SortBy (f :: Type -> Type)

    non-empty Data.NonEmpty.Class

    No documentation available.

Page 76 of many | Previous | Next