Apply docs state:
A value which has an Apply must provide an ap method. The ap
method takes one argument:
a.ap(b)
b must be an Apply of a function,shouldn't there be requirement that _b must be same Apply as a_ ?
There should also be a fourth clause stating:
ap must return a value in the same Apply as a and b
Or something to that effect.
Would you like me to file a PR ?
Would you like me to file a PR ?
Yes
@gabejohnson @safareli -> #247