You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, we only allow one operator to be switched in for another, e.g. + → -.
We should be able to swap in other operators, too, e.g. + → *. This will require extending the traits to cover possible combinations (e.g. types that Add and Sub, but not Mul or vice versa).
The text was updated successfully, but these errors were encountered:
At the moment, we only allow one operator to be switched in for another, e.g.
+ → -
.We should be able to swap in other operators, too, e.g.
+ → *
. This will require extending the traits to cover possible combinations (e.g. types that Add and Sub, but not Mul or vice versa).The text was updated successfully, but these errors were encountered: