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
This would allow the inputs or outputs of morphs to be directly constrained via chaining as opposed to having to intersect (for input) or pipe (for output) from scratch.
I did some initial work defining the API, but there are nuances around how branches are mapped when the input is a union that would be tough to capture so will require a bit more thought:
This would allow the inputs or outputs of morphs to be directly constrained via chaining as opposed to having to intersect (for input) or pipe (for output) from scratch.
I did some initial work defining the API, but there are nuances around how branches are mapped when the input is a union that would be tough to capture so will require a bit more thought:
I also wrote an initial test:
The text was updated successfully, but these errors were encountered: