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. CustomSort :: DataValues -> SortProperty

    hvega Graphics.Vega.VegaLite

    Custom sort order listing data values explicitly.

  2. FSort :: [SortProperty] -> FacetChannel

    hvega Graphics.Vega.VegaLite

    Sort order for the encoded field.

  3. MSort :: [SortProperty] -> MarkChannel

    hvega Graphics.Vega.VegaLite

    Sort order.

  4. OSort :: [SortProperty] -> OrderChannel

    hvega Graphics.Vega.VegaLite

    Sort order for field when encoding with an order channel.

  5. PSort :: [SortProperty] -> PositionChannel

    hvega Graphics.Vega.VegaLite

    Sort order for field when encoding with a position channel.

  6. StSort :: [SortField] -> StackProperty

    hvega Graphics.Vega.VegaLite

    Ordering within a stack.

  7. WSort :: [SortField] -> WindowProperty

    hvega Graphics.Vega.VegaLite

    Comparator for sorting data objects within a window transform.

  8. reverseSortEdit :: WorkspaceEdit -> WorkspaceEdit

    lsp Language.LSP.Server

    The changes in a workspace edit should be applied from the end of the file toward the start. Sort them into this order.

  9. topologicalSort :: (Eq v, Hashable v) => Graph v e -> [v]

    reactive-banana Reactive.Banana.Prim.Low.Graph

    If the Graph is acyclic, return a topological sort, that is a linear ordering of its connected vertices such that each vertex occurs before its successors. (Vertices that are not connected are not listed in the topological sort.) https://en.wikipedia.org/wiki/Topological_sorting

  10. fromSortedList :: SortedList a -> [a]

    sorted-list Data.SortedList

    O(1). Create a list from a SortedList. The returned list is guaranteed to be sorted.

Page 138 of many | Previous | Next