Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expand the implementation of evalMap inside evalTap. Instead of making the `as` call in the underlying effect `F`, we can just use the Pull `>>` sequencing operator, to ignore the result of running the action. For binary compatibility we keep an old version without the implicit. Co-authored-by: Arman Bilge <armanbilge@gmail.com>
- Loading branch information