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'd prefer if arrows aligned under the :: in type signatures, like so:
f::a->b
Right now we get
f::a->b
I don't know how much extra time I spend realigning things when coding. Perhaps this could be made an option if everyone can't agree on the style here?