Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test for Foldable[Stream].foldRight stack safety
Resolves typelevel#828. I can't reproduce the behavior that I reported in that issue. I'm not sure why I had trouble at first - maybe I was using `Stream.foldRight` instead of `Foldable[Stream].foldRight`? I don't think I was though, so this is a bit odd to me.
- Loading branch information