Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. class (Grouping a, Ord a) => Sorting a

    discrimination Data.Discrimination

    Ord equipped with a compatible stable, ordered discriminator. Law:

    sortingCompare x y ≡ compare x y
    

  2. class (Grouping1 f, Ord1 f) => Sorting1 (f :: Type -> Type)

    discrimination Data.Discrimination

    No documentation available.

  3. module Data.Discrimination.Sorting

    No documentation available.

  4. class (Grouping a, Ord a) => Sorting a

    discrimination Data.Discrimination.Sorting

    Ord equipped with a compatible stable, ordered discriminator. Law:

    sortingCompare x y ≡ compare x y
    

  5. class (Grouping1 f, Ord1 f) => Sorting1 (f :: Type -> Type)

    discrimination Data.Discrimination.Sorting

    No documentation available.

  6. data SortType

    gi-gtk4 GI.Gtk.Enums

    Determines the direction of a sort.

  7. SortTypeAscending :: SortType

    gi-gtk4 GI.Gtk.Enums

    Sorting is in ascending order.

  8. SortTypeDescending :: SortType

    gi-gtk4 GI.Gtk.Enums

    Sorting is in descending order.

  9. data SorterChange

    gi-gtk4 GI.Gtk.Enums

    Describes changes in a sorter in more detail and allows users to optimize resorting.

  10. SorterChangeDifferent :: SorterChange

    gi-gtk4 GI.Gtk.Enums

    The sorter change cannot be described by any of the other enumeration values

Page 84 of many | Previous | Next