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.