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.
reverseTopSort :: [(Unique, a)] -> [(Unique, Unique)] -> Either String [a]clash-lib Clash.Util.Graph Same as `reverse (topSort nodes edges)` if alternative representations are considered the same. That is, topSort might produce multiple answers and still deliver on its promise of yielding a topologically sorted node list. Likewise, this function promises one of those lists in reverse, but not necessarily the reverse of topSort itself.
topSort :: [(Unique, a)] -> [(Unique, Unique)] -> Either String [a]clash-lib Clash.Util.Graph See: https://en.wikipedia.org/wiki/Topological_sorting. This function errors if edges mention nodes not mentioned in the node list or if the given graph contains cycles.
-
cli-arguments CLI.Arguments.Arr For empty list of Strings returns empty array that has no elements. Trying to index it always returns error and can cause segmentation fault in the running program or interpreter (GHCi).
-
cli-arguments CLI.Arguments.Arr For empty list of Strings returns empty array that has no elements. Trying to index it always returns error and can cause segmentation fault in the running program or interpreter (GHCi).
-
cli-arguments CLI.Arguments.Arr For empty list of Strings returns empty array that has no elements. Trying to index it always returns error and can cause segmentation fault in the running program or interpreter (GHCi).
-
cli-arguments CLI.Arguments.Arr For empty list of Strings returns empty array that has no elements. Trying to index it always returns error and can cause segmentation fault in the running program or interpreter (GHCi).
-
cli-arguments CLI.Arguments.Arr For empty list of Strings returns empty array that has no elements. Trying to index it always returns error and can cause segmentation fault in the running program or interpreter (GHCi).
-
cli-arguments CLI.Arguments.Sorted No documentation available.
-
cli-arguments CLI.Arguments.Sorted No documentation available.
takeAsSortedBy :: (Arguments -> Arguments -> Ordering) -> CLSpecifications -> [String] -> Argscli-arguments CLI.Arguments.Sorted No documentation available.