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
Currently, not is not a function, but is an operator. We can write not f x instead of not (f x). There would, however, seem to be almost no code utilizing this fact. To simplify the syntax, how about turning not into an usual function?