Srki Rakic
06/17/2020, 4:47 PMEitherT.monad<ForIO, DomainError>(IO.monad()) breaks in 0.10.5 version of the library. Specifically, it doesn’t like the IO.monad() type. The snippet above works on version 0.10.3
In 0.10.5 it’s expecting MF: Monad<DomainError> and in 0.10.3 MF: Monad<ForIO>. Do you think this is a bug or intentional change between the two version?