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 thought about it just now. What if we lower the priority of the =? operator from infix 7 =? to infix 1 =? (or even 0)? Since it will have such low priority, we can use <$>, ^. and almost every other operator (except $) without using ().