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. SortKeyVariable :: SortDirection -> Variable -> SortKey a

    citeproc Citeproc.Types

    No documentation available.

  2. data SortField

    hvega Graphics.Vega.VegaLite

    How should the field be sorted when performing a window transform.

  3. data SortProperty

    hvega Graphics.Vega.VegaLite

    Allow type of sorting to be customised. For details see the Vega-Lite documentation. The constructors have been changed in version 0.4.0.0, with Op, ByField, and ByRepeat removed, and their functionality replaced with ByRepeatOp, ByFieldOp, and ByChannel.

  4. 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.

  5. 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.

  6. 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.

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

  8. data SortType

    gi-gtk3 GI.Gtk.Enums

    Determines the direction of a sort.

  9. SortTypeAscending :: SortType

    gi-gtk3 GI.Gtk.Enums

    Sorting is in ascending order.

  10. SortTypeDescending :: SortType

    gi-gtk3 GI.Gtk.Enums

    Sorting is in descending order.

Page 81 of many | Previous | Next