seasonedcc / development-of-composable-functions

Types and functions to make composition easy and safe
MIT License
1 stars 0 forks source link

Remove arcane syntax from combinators arguments #22

Closed gustavoguichard closed 6 months ago

gustavoguichard commented 6 months ago

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.

Let's study this possibility!