Handling Nested Contexts in Effect Without Monad Transformers
Effect doesn't have something akin to Monad Transformers, right? So if I want to bind in the context of an
Is there a more ergonomic way to do this? Like in (pseudo-)
Option<Either<Ctx>> I have to double-bind like:Is there a more ergonomic way to do this? Like in (pseudo-)
fp-ts: