scalaz / ioeffect

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

naming consistency: IO.absolve => IO.emap #39

Closed fommil closed 6 years ago

fommil commented 6 years ago

We introduced this signature onto MonadError in https://github.com/scalaz/scalaz/pull/1697

Also, it should be on the typeclass instance, not IO.

fommil commented 6 years ago

I'm not sure these are the same