Returns (<A, B>(visitor) => ((data) => Get1<M, never[]>))
The collected result of actions.
- <A, B>(visitor): ((data) => Get1<M, never[]>)
Parameters
visitor: ((a) => Get1<M, B>)
Returns ((data) => Get1<M, never[]>)
- (data): Get1<M, never[]>
Returns Get1<M, never[]>
Maps each item of the structure
data
to a monadic action, and evaluates them from left to right, then ignores the result.