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
Currently if an action midpoint lacks captureargs, it becomes an end point as in the above gist, where the Args is presumed ... so these midpoints become both midpoints AND endpoints
Any true endpoint without a Args declaration is presumed Args (...)
even odder, if an action in a chain does do Args(1) and then another action chains off it, it becomes a CaptureArgs(0) midpoint.
Maybe we like this?
The text was updated successfully, but these errors were encountered:
https://gist.github.com/jjn1056/a455d0cf857871c40ab8
Currently if an action midpoint lacks captureargs, it becomes an end point as in the above gist, where the Args is presumed ... so these midpoints become both midpoints AND endpoints
Any true endpoint without a Args declaration is presumed Args (...)
even odder, if an action in a chain does do Args(1) and then another action chains off it, it becomes a CaptureArgs(0) midpoint.
Maybe we like this?
The text was updated successfully, but these errors were encountered: