I was testing out the possibility of removing this ...fns: Fns & SomeHelper<Fns> syntax which seems to be undocumented and hard to grasp.
The results seem pretty satisfactory for parallel combinators IMO and it also seems to solve the problem with the inline composables being declared in combinators such as collect.
I was testing out the possibility of removing this
...fns: Fns & SomeHelper<Fns>
syntax which seems to be undocumented and hard to grasp. The results seem pretty satisfactory for parallel combinators IMO and it also seems to solve the problem with the inline composables being declared in combinators such ascollect
.Let's study this possibility!