mobily / ts-belt

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

why not `Do Notation` and `Applicative` #90

Open Dlutermade opened 10 months ago

Dlutermade commented 10 months ago

why not Do Notation and Applicative

i need Array<Option<T>> to Option<Array<T>>

if Array some None return should be None, otherwise be Some<Array>