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. unstableSortBy :: (a -> a -> Ordering) -> Seq a -> Seq a

    rio RIO.Seq

    A generalization of unstableSort, unstableSortBy takes an arbitrary comparator and sorts the specified sequence. The sort is not stable. This algorithm is frequently faster and uses less memory than sortBy.

  2. gsort :: (Ord e, Vector v e) => v e -> v e

    statistics Statistics.Function

    Sort a vector.

  3. partialSort :: (Vector v e, Ord e) => Int -> v e -> v e

    statistics Statistics.Function

    Partially sort a vector, such that the least k elements will be at the front.

  4. revTopSort :: Graph a -> [a]

    Cabal-syntax Distribution.Compat.Graph

    Reverse topologically sort the nodes of a graph. Requires amortized construction of graph.

  5. topSort :: Graph a -> [a]

    Cabal-syntax Distribution.Compat.Graph

    Topologically sort the nodes of a graph. Requires amortized construction of graph.

  6. class ElementTuple tuple => AccessorTuple tuple

    comfort-array Data.Array.Comfort.Shape

    No documentation available.

  7. heapsort :: Ord a => [a] -> [a]

    fgl Data.Graph.Inductive.Internal.Heap

    No documentation available.

  8. topsort :: Graph gr => gr a b -> [Node]

    fgl Data.Graph.Inductive.Query.DFS

    Topological sorting, i.e. a list of Nodes so that if there's an edge between a source and a target node, the source appears earlier in the result.

  9. topsort' :: Graph gr => gr a b -> [a]

    fgl Data.Graph.Inductive.Query.DFS

    topsort, returning only the labels of the nodes.

  10. pattern FILE_ATTRIBUTE_STANDARD_SORT_ORDER :: Text

    gi-gio GI.Gio.Constants

    A key in the "standard" namespace for setting the sort order of a file. Corresponding FileAttributeType is FileAttributeTypeInt32. An example use would be in file managers, which would use this key to set the order files are displayed. Files with smaller sort order should be sorted first, and files without sort order as if sort order was zero.

Page 114 of many | Previous | Next