Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
filter2 and filter_with are also nontailrec but let's validate the idea first. Alternatives: - drop preservation of physical equality ("smartness") - continuation passing instead of mutation - drop tailrec explicitly (and stop using mutation since it's then useless AFAICT)
- Loading branch information