Seeking Equivalent of `fp-ts` Array Sequence in Effect Library
Dear all, is there something like
`
with effect ?
I found this : https://effect.website/docs/resource-management/patterns/#sequencing-operations but it's not really the same implem
`
with effect ?
I found this : https://effect.website/docs/resource-management/patterns/#sequencing-operations but it's not really the same implem
Effect Documentation
Effect facilitates sequential operations where success depends on prior steps, with rollback on failure.

