Type checking after topological sorting is not enough
Matts966 opened this issue · 0 comments
Matts966 commented
Type checking after topological sorting can't check all the possible problems and we can check all the possible orders by full search, but it's not efficient and almost all the problems can be checked by topological sort if the dependency resolution is correct.