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 need to define some callable objects, but the call signatures all have parameters, which @operator call does not seem to support. Ideally i'd just write these like a fun() type, or pair it with some @param/@return tags for more details