DigitecGalaxus / Galaxus.Functional

A package bringing popular functional abstractions (e.g. Option or Result) to C#.
Other
37 stars 12 forks source link

Helper methods for general use #10

Closed phkiener closed 3 years ago

phkiener commented 4 years ago

Fixes #3

This will add Identity, Const, Flip, Do, Compose and Bind for functions taking 1 to 6 parameters.

phkiener commented 3 years ago

I'll drop this PR for now. I guess with the current state, these helpers would have nowhere to really "fit in" - it's mostly Result and Option right now.