Effect CommunityEC
Effect Community3y ago
2 replies
jessekelly

Flat Mapping a Layer and an Effect in TypeScript

Is there a fn for flat mapping a layer and an effect? I.e. flatMap(effect<R', E', A'>, (val: A') => layer<R, E, A>) -> layer<R | R', E | E', A>?
Was this page helpful?