seasonedcc / composable-functions

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

catchError combinator to recover from failed composable #133

Closed diogob closed 5 months ago

diogob commented 6 months ago

Implement combinator based on the docs for a future version.

I have changed its type since the document was written since it seems to me that the original input must be relayed for proper error handling (e.g. retry policies).