seasonedcc / composable-functions

Types and functions to make composition easy and safe
MIT License
665 stars 14 forks source link

Add README note steering users away from merge #88

Closed diogob closed 1 year ago

diogob commented 1 year ago

I do not like having partial functions in the same namespace as all the others. I would leve to move merge to another module called unsafe or partial, or perhaps even deprecate the combinator for future removal.

For now I'm happy just telling visitors to steer clear.