Converting TaskEither to Effect when migrating a codebase

What's the best or canonical way to convert a value of type TE.TaskEither (of fp-ts) to an Effect, when migrating some codebase
Was this page helpful?