Skip to content

Commit 3613c22

Browse files
committed
Refactor type combining to use default methods. Woohoo!
This commit removes the "super_*" functions from typeck::infer::combine, and adds them as default methods on the Combine trait instead, making it possible to remove a lot of boilerplate from the various impls of Combine. I've been wanting to do this for over a year. In fact, it was my original motivation for default methods! It might be possible to tighten things up even more, but this is the bulk of it.
1 parent bf90634 commit 3613c22

File tree

4 files changed

+250
-467
lines changed

4 files changed

+250
-467
lines changed

0 commit comments

Comments
 (0)