ts-belt icon indicating copy to clipboard operation
ts-belt copied to clipboard

why not `Do Notation` and `Applicative`

Open Dlutermade opened this issue 1 year ago • 0 comments

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<T>>

Dlutermade avatar Oct 16 '23 01:10 Dlutermade