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
For function declarations (no block arguments) use a custom pattern that ignores the type conversion system and manually converts types
For everything else (a Value exists), define the type converter to take as input a Value
In both cases, we can still use the attribute attached to the op to store the data needed for the type conversion. So this should be a minimally invasive change.