Effect CommunityEC
Effect Communityβ€’2y agoβ€’
45 replies
addamsson

Converting Chunk<Effect> to Effect<Chunk>

Is there a way to turn a Chunk<Effect> to an Effect<Chunk>? I was looking for things like sequence or sequenceArray (I come from fp-ts) but I didn't find anything like this.
Was this page helpful?