The unpac monorepo manager self-hosting as a monorepo using unpac
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #119 from marc-chevalier/components-doc-typo

Fix typo in documentation of Components regarding order

authored by

Julien Signoles and committed by
GitHub
34d835cc 832d12a2

+1 -1
+1 -1
src/components.mli
··· 38 38 number. In particular, [f u = f v] if and only if [u] and 39 39 [v] are in the same component. Another property of the 40 40 numbering is that components are numbered in a topological 41 - order: if there is an arc from [u] to [v], then [f u >= f u] 41 + order: if there is an arc from [u] to [v], then [f u >= f v] 42 42 43 43 Not tail-recursive. 44 44 Complexity: O(V+E)