seasonedcc / composable-functions

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

Fix mapError exception handling #130

Closed diogob closed 6 months ago

diogob commented 6 months ago

We should not allow exceptions to bubble up freely in composables since this could ruin our composition logic. I have also added a test case for map since we had none.