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
forAllDL calls given handler argument on produced Actions. But such Actions datatype always have first param empty, which AFAIU should contain list of rejected Actions.
On opposite arbitrary :: Gen Actionsinstance seems to implement rejection logs.