DEV Community

Discussion on: Practical Guide to Fp-ts: P3 — Task, Either, TaskEither

Collapse
 
ryanleecode profile image
Ryan Lee

That section of the post didn't make of a lot of sense. I've rewritten it so the final type is T.Task<Resp>, since an error should never occur.

Collapse
 
seyfer profile image
Oleg Abrazhaev

I think adding absurd, constVoid, unsafeCoerce without explanation only made it harder to understand for beginners.