communityfunded / monadism

A set of practical monads implemented in TypeScript
https://communityfunded.github.io/monadism/
BSD 2-Clause "Simplified" License
18 stars 2 forks source link

async/await compatibility #8

Closed bkonkle closed 5 years ago

bkonkle commented 5 years ago

Because of the use of ".then()", there are interactions with async/await. This can be convenient in some cases, but inconvenient in others.

bkonkle commented 5 years ago

My plan is to switch to the Haskell convention, fmap.