mobily / ts-belt

🔧 Fast, modern, and practical utility library for FP in TypeScript.
https://mobily.github.io/ts-belt
MIT License
1.11k stars 31 forks source link

Sequence and Traverse #40

Open WidgetKing opened 2 years ago

WidgetKing commented 2 years ago

Hello!

First of all, thank you very much for building ts-belt. It has really attacked what I thought was the biggest problem with fp-ts, namely, bad documentation and incomprehensible errors.

Two functions that I've seen in almost every fp library are Sequence and Traverse. I've found whenever I work with Options and Results that I invariably end up reaching for these functions. However, I can't seem to find any equivalent in ts-belt. Is it expected that the user would create their own?

kamilzielinskidev commented 1 year ago

I would love to have Sequence