Operator overloading should attempt eager resolution #3743
Labels
A-type-system
Area: Type system
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
This test fails to infer
but it works if you desugar
a * 3f
toa.mul(&3f)
. This is because (I think) operator overloading does not attempt eager resolution. I'd like to refactor this whole system as described in #3742 but this would be a quick and (relatively) easy fix for this particular problem.The text was updated successfully, but these errors were encountered: