Closed uncomputable closed 2 months ago
Can be rebased now. CI failure is "real" (cargo fmt). Nice!
Rebased
In 25f810963b58cff14a7306edbd744b3c1d7595e8:
The commit messages says the existing method was O(2^n)
but you mean to say O(n^2)
... and really, O(n * depth)
.
Addressed the comments
Depends on #80 (because of the inference context parameters)
Fixes #39 Fixes #40