ap
ap<
R,A>(arg): <B>(data) =>Reader<R,B>
Defined in: Core/Reader.ts:117
Applies a function wrapped in a Reader to a value wrapped in a Reader. Both Readers see the same environment.
Type Parameters
Section titled “Type Parameters”R
A
Parameters
Section titled “Parameters”Reader<R, A>
Returns
Section titled “Returns”<
B>(data):Reader<R,B>
Type Parameters
Section titled “Type Parameters”B
Parameters
Section titled “Parameters”Reader<R, (a) => B>
Returns
Section titled “Returns”Reader<R, B>