scalaz / ioeffect

An effect monad for Scalaz 7.2
Other
55 stars 9 forks source link

Add `fromFuture` and `accursedConversionToFuture` + More #45

Closed emilypi closed 6 years ago

emilypi commented 6 years ago

This PR addresses issue 44. Additionally, I found we were missing the associated IO e a -> Future a conversion, and added that too, with some minimal tests. The name is only kind of a joke - we need to come up with a name that's offensive enough to use in production that you should feel shame for it.

I've also added MonadIO, which is sorely missing, as well as IO#fold, because why not.

fommil commented 6 years ago

will merge manually with some cleanups

hrhino commented 6 years ago

Wow this happened so fast.