| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Autolib.Util.BFS
Documentation
compute bfs ordering, emit any duplicates assume that there are not many of them or, we stop the program as soon as we have seen only a few
duplicates :: Ord a => [a] -> [(a, a)] Source #