repeale / fp-go

fp-go is a collection of Functional Programming helpers powered by Golang 1.18+ generics.

Home Page:https://pkg.go.dev/github.com/repeale/fp-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feat: extend variations on Curry to 16

repeale opened this issue · comments

As for Pipe and Compose we could increase the number of arguments curried to Curry16.

Currently the max is Curry4.

https://github.com/repeale/fp-go/blob/main/curry.go

I can work on it, if you want.