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
I like the Reverse{+} option. I think it'll make for neater definitions e.g. function Reverse{+}(...) as opposed to function rev(::typeof(+), ...). That said both seem like good options.
We could rename the reverse functions to something like
rev(+)
instead ofplus_rev
The text was updated successfully, but these errors were encountered: