Hoogle Search

Within LTS Haskell 24.55 (ghc-9.10.3)

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

  1. type SortColumnId = Int

    gtk3 Graphics.UI.Gtk.ModelView.TreeSortable

    ID number of a sort column.

    • A SortColumnId is a logical number to which a sorting function can be associated. The number does not have to coincide with any column number.

  2. SortAscending :: SortType

    gtk3 Graphics.UI.Gtk.ModelView.TreeViewColumn

    No documentation available.

  3. SortDescending :: SortType

    gtk3 Graphics.UI.Gtk.ModelView.TreeViewColumn

    No documentation available.

  4. data SortType

    gtk3 Graphics.UI.Gtk.ModelView.TreeViewColumn

    No documentation available.

  5. data SortOrder

    persistent-pagination Database.Persist.Pagination.Types

    Whether to sort by ASC or DESC when you're paging over results.

  6. type SortCode = Text

    plaid Data.Plaid

    No documentation available.

  7. newtype SortedRange a

    range Data.Range.Ord

    Wraps Range with a positional Ord instance: ranges are ordered by where they sit on the number line, lower bound first with upper bound as a tiebreaker. The Eq instance is consistent with Ord: two SortedRange values are equal iff they have the same lower and upper bounds. This means SortedRange (SingletonRange 5) and SortedRange (5 +=+ 5) are considered equal (they occupy the same point on the number line). Use unSortedRange to unwrap the underlying Range. Typical usage:

    >>> import Data.List (sortOn)
    
    >>> sortOn SortedRange [SingletonRange 5, SingletonRange 1, SingletonRange 3 :: Range Integer]
    [SingletonRange 1,SingletonRange 3,SingletonRange 5]
    
    See also KeyRange for a structural ordering suitable for Map keys.

  8. SortedRange :: Range a -> SortedRange a

    range Data.Range.Ord

    No documentation available.

  9. data Sort2 a

    rhythmic-sequences Rhythmicity.MarkerSeqs

    Data type used to provide somewhat 'array sorting with its indices'.

  10. module Data.Tensort.Utils.SortRecs

    No documentation available.

Page 90 of many | Previous | Next