Commits
Click on a commit to change the comparison rangeMerge partial solution impl blocks
There were two identical impl block for `impl<DP: DependencyProvider> PartialSolution<DP>`, so I merged them. I've also reduced the visibility since `PartialSolution` is also `pub(crate)`.