Vitaliy Zakharov

Results 3 comments of Vitaliy Zakharov

The code you have posted implies that there is some computation down the road where b and c depend on a. I think the do notation using apS and bindS...

In that case, what about ` sequenceS(O.Applicative)({a:O.some(obj.a), b:O.some(obj.b),c}) ` Ultimately, that data structure has to go through some sort of transformation like that since as it stands(and I assume thats...