Fp Async

Composes TypeScript async pipelines with fp-ts TaskEither: TE.tryCatch, chain vs map, Do/bind, sequenceT parallelism, orElse/retry, and typed API/DB/file errors. Use when wrapping Promises, replacing nested try/catch, or building TaskEither clients in fp-ts. Not for Effect-ts, RxJS, neverthrow, or plain async/await without fp-ts. Never TE.map a function that returns TaskEither (nested TE) or sequenceT dependent steps.

Kayforkind af63f74 27.5 KB Updated

File contents

Kayforkind/skill-slice commit af63f74bf3

Frequently asked questions

npx skillmds@latest add kayforkind/fp-async