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. module Data.SortedList

    This module defines a type for sorted lists, together with several functions to create and use values of that type. Many operations are optimized to take advantage of the list being sorted.

  2. data SortedList a

    sorted-list Data.SortedList

    Type of sorted lists. Any (non-bottom) value of this type is a sorted list. Use the Monoid instance to merge sorted lists.

  3. data SortColumn

    bench-show BenchShow

    When sorting and filtering the benchmarks using selectBenchmarks we can choose a column as a sort criterion. selectBenchmarks is provided with the data for the corresponding column which can be used for sorting the benchmarks. The column could be a group or a field depending on the Presentation.

  4. data SortColumn

    bench-show BenchShow.Internal.Common

    When sorting and filtering the benchmarks using selectBenchmarks we can choose a column as a sort criterion. selectBenchmarks is provided with the data for the corresponding column which can be used for sorting the benchmarks. The column could be a group or a field depending on the Presentation.

  5. data SortType

    gi-gtk3 GI.Gtk.Enums

    Determines the direction of a sort.

  6. SortTypeAscending :: SortType

    gi-gtk3 GI.Gtk.Enums

    Sorting is in ascending order.

  7. SortTypeDescending :: SortType

    gi-gtk3 GI.Gtk.Enums

    Sorting is in descending order.

  8. SortAscending :: SortType

    gtk Graphics.UI.Gtk.General.Enums

    No documentation available.

  9. SortDescending :: SortType

    gtk Graphics.UI.Gtk.General.Enums

    No documentation available.

  10. data SortType

    gtk Graphics.UI.Gtk.General.Enums

    No documentation available.

Page 79 of many | Previous | Next