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.
-
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.
-
gtk3 Graphics.UI.Gtk.ModelView.TreeViewColumn No documentation available.
-
gtk3 Graphics.UI.Gtk.ModelView.TreeViewColumn No documentation available.
-
gtk3 Graphics.UI.Gtk.ModelView.TreeViewColumn No documentation available.
-
persistent-pagination Database.Persist.Pagination.Types Whether to sort by ASC or DESC when you're paging over results.
-
plaid Data.Plaid No documentation available.
-
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. SortedRange :: Range a -> SortedRange arange Data.Range.Ord No documentation available.
-
rhythmic-sequences Rhythmicity.MarkerSeqs Data type used to provide somewhat 'array sorting with its indices'.
module Data.Tensort.Utils.
SortRecs No documentation available.