Effect CommunityEC
Effect Community3y ago
42 replies
schniz

Proposing a `Effect.flatMapError` Function

are we considering a Effect.flatMapError function? Right now the only way to do it (afaik) is effect.pipe(Effect.flip, Effect.flatMap(fn), Effect.flip)
Was this page helpful?