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.
takeBsSortedBy :: (Arguments -> Arguments -> Ordering) -> CLSpecifications -> [String] -> Argscli-arguments CLI.Arguments.Sorted No documentation available.
-
cli-arguments CLI.Arguments.Sorted No documentation available.
takeCsSortedBy :: (Arguments -> Arguments -> Ordering) -> CLSpecifications -> [String] -> Argscli-arguments CLI.Arguments.Sorted No documentation available.
omitAssortedPruning :: Ingredientcode-conjure Conjure Disables assorted pruning rules when provided in the ingredient list of conjure or conjureFromSpec.
omitAssortedPruning :: Ingredientcode-conjure Conjure.Engine Disables assorted pruning rules when provided in the ingredient list of conjure or conjureFromSpec.
assortedPruningI :: [Ingredient] -> Boolcode-conjure Conjure.Settings No documentation available.
omitAssortedPruning :: Ingredientcode-conjure Conjure.Settings Disables assorted pruning rules when provided in the ingredient list of conjure or conjureFromSpec.
nubSort :: Ord a => [a] -> [a]code-conjure Conjure.Utils Equivalent to nub . sort but running in O(n log n).
-
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") confStyleSortBy :: ConfStyle -> (Name, KeyType) -> (Name, KeyType) -> Orderingconfigurator-export Data.Configurator.Export Function to sort keys by, with information on whether or not the key contains a group or a single value.