seasonedcc / composable-functions

Types and functions to make composition easy and safe
MIT License
649 stars 13 forks source link

Reimplement composable map in terms of pipe #135

Closed diogob closed 5 months ago

diogob commented 6 months ago

This implementation seems cleaner and easier to understand.

Also simplified the DF map since I thought that the current code was still a bit awkward passing and applying parameters.