You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
r_apply will take a list of results and apply them to a function:
results:r_apply(some_func, [R1, R2, ...]).
(It should goe without saying that some_func needs to have not only the appropriate arity, but also accept the #result record as the type for each argument.)
Not convinced of the usefulness of this function, so will wait on implementation.
The text was updated successfully, but these errors were encountered:
r_apply
will take a list of results and apply them to a function:(It should goe without saying that
some_func
needs to have not only the appropriate arity, but also accept the#result
record as the type for each argument.)Not convinced of the usefulness of this function, so will wait on implementation.
The text was updated successfully, but these errors were encountered: