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
Improve error message wording in unary_op_error() --- suggest that
problem could be lack of parentheses. This addresses cases likeX UserOp UserOp Y, which will be parsed as (X UserOp) UserOp Y,whereas what likely was wanted was X UserOp (UserOp Y).