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.
CustomSort :: DataValues -> SortPropertyhvega Graphics.Vega.VegaLite Custom sort order listing data values explicitly.
FSort :: [SortProperty] -> FacetChannelhvega Graphics.Vega.VegaLite Sort order for the encoded field.
MSort :: [SortProperty] -> MarkChannelhvega Graphics.Vega.VegaLite Sort order.
OSort :: [SortProperty] -> OrderChannelhvega Graphics.Vega.VegaLite Sort order for field when encoding with an order channel.
PSort :: [SortProperty] -> PositionChannelhvega Graphics.Vega.VegaLite Sort order for field when encoding with a position channel.
StSort :: [SortField] -> StackPropertyhvega Graphics.Vega.VegaLite Ordering within a stack.
WSort :: [SortField] -> WindowPropertyhvega Graphics.Vega.VegaLite Comparator for sorting data objects within a window transform.
reverseSortEdit :: WorkspaceEdit -> WorkspaceEditlsp 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.
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
fromSortedList :: SortedList a -> [a]sorted-list Data.SortedList O(1). Create a list from a SortedList. The returned list is guaranteed to be sorted.