ap
ap<
W,A>(arg): <B>(data) =>Logged<W,B>
Defined in: Core/Logged.ts:107
Applies a function wrapped in a Logged to a value wrapped in a Logged,
concatenating both logs.
Type Parameters
Section titled “Type Parameters”W
A
Parameters
Section titled “Parameters”Logged<W, A>
Returns
Section titled “Returns”<B>(data) => Logged<W, B>