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
Related to #610. We have to go over all operator names and change them to concise alphanumeric names. Some names are pretty ad-hoc in the current version like _.._, {...}, and _(). Since the operators names are used in the JSON format, we have to bring some order there.
The text was updated successfully, but these errors were encountered:
Related to #610. We have to go over all operator names and change them to concise alphanumeric names. Some names are pretty ad-hoc in the current version like
_.._
,{...}
, and_()
. Since the operators names are used in the JSON format, we have to bring some order there.The text was updated successfully, but these errors were encountered: