seasonedcc / composable-functions

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

We want to be able to throw arbitrary values when using fromSuccess #160

Closed diogob closed 2 months ago

diogob commented 2 months ago

This feature is still undocumented so use at your own peril. The idea is to be able to map a composable to any function you might write with a traditional throw/catch syntax.