static-land icon indicating copy to clipboard operation
static-land copied to clipboard

What's the right order in Apply?

Open tounano opened this issue 10 months ago • 13 comments

Hi,

What's the right order in apply.

What should be the result in the following case?

T.ap(T.Left(1), T.Left(2))

Following the same logic, what would be the right order on traverse?

ARR.traverse(T, x=>x, [T.Left(1), T.Left(2)])

Thanks.

tounano avatar Sep 04 '23 05:09 tounano