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
This function had (almost) the same code across several branches. The
refactoring reduces the number of lines of code and removes an "assert"
statement: `make_constant` will report an error if the result isn't a
constant, making this assertion unnecessary.
0 commit comments