Learn fp-ts
  • Learn fp-ts
  • Introduction
  • Data Types
  • Code conventions
  • Option
    • Type guards
    • Comparison with vanilla typescript
  • Either
    • ParseJson
  • TaskEither
    • TaskEither and io-ts
Powered by GitBook
On this page

Was this helpful?

TaskEither

TaskEither is Task<Either<L,R>> and it represent an asynchronous computation that can fail

PreviousParseJsonNextTaskEither and io-ts

Last updated 5 years ago

Was this helpful?