Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. takeBsSortedBy :: (Arguments -> Arguments -> Ordering) -> CLSpecifications -> [String] -> Args

    cli-arguments CLI.Arguments.Sorted

    No documentation available.

  2. takeCs1SortedBy :: FirstChars -> (Arguments -> Arguments -> Ordering) -> CLSpecifications -> [String] -> Args

    cli-arguments CLI.Arguments.Sorted

    No documentation available.

  3. takeCsSortedBy :: (Arguments -> Arguments -> Ordering) -> CLSpecifications -> [String] -> Args

    cli-arguments CLI.Arguments.Sorted

    No documentation available.

  4. omitAssortedPruning :: Ingredient

    code-conjure Conjure

    Disables assorted pruning rules when provided in the ingredient list of conjure or conjureFromSpec.

  5. omitAssortedPruning :: Ingredient

    code-conjure Conjure.Engine

    Disables assorted pruning rules when provided in the ingredient list of conjure or conjureFromSpec.

  6. assortedPruningI :: [Ingredient] -> Bool

    code-conjure Conjure.Settings

    No documentation available.

  7. omitAssortedPruning :: Ingredient

    code-conjure Conjure.Settings

    Disables assorted pruning rules when provided in the ingredient list of conjure or conjureFromSpec.

  8. nubSort :: Ord a => [a] -> [a]

    code-conjure Conjure.Utils

    Equivalent to nub . sort but running in O(n log n).

  9. topologicalSort :: forall (edge :: Type -> Type) node edgeLabel nodeLabel . (Edge edge, Ord node) => Graph edge node edgeLabel nodeLabel -> ([node], Graph edge node edgeLabel nodeLabel)

    comfort-graph Data.Graph.Comfort

    >>> mapSnd Graph.nodes $ Graph.topologicalSort $ unlabGraph [] ['a'*->'a']
    ("","a")
    
    >>> mapSnd Graph.nodes $ Graph.topologicalSort $ unlabGraph [] ['a'*->'h', 'a'*->'p', 'g'*->'r', 'p'*->'h', 'r'*->'a']
    ("graph","")
    
    >>> mapSnd Graph.nodes $ Graph.topologicalSort $ unlabGraph [] ['h'*->'a', 'a'*->'p', 'g'*->'r', 'p'*->'h', 'r'*->'a']
    ("gr","ahp")
    

  10. confStyleSortBy :: ConfStyle -> (Name, KeyType) -> (Name, KeyType) -> Ordering

    configurator-export Data.Configurator.Export

    Function to sort keys by, with information on whether or not the key contains a group or a single value.

Page 182 of many | Previous | Next