You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation used to sort the groups of mutually-recursive type definitions is weird and I suspect is incorrect, leading to bugs such as #308. The ocaml-tsort library (opam: tsort) has a clean implementation based on well-known algorithms, so we should use it. It comes with a dependency on the containers library which I don't think should be a problem.
The text was updated successfully, but these errors were encountered:
The current implementation used to sort the groups of mutually-recursive type definitions is weird and I suspect is incorrect, leading to bugs such as #308. The ocaml-tsort library (opam:
tsort
) has a clean implementation based on well-known algorithms, so we should use it. It comes with a dependency on the containers library which I don't think should be a problem.The text was updated successfully, but these errors were encountered: