- [9] Prettify docs by fixing all strings up (flying-sheep)
- [10] Add tests for everyting – 100% coverage (flying-sheep):
- Fix `len(pairwise([]))`: Now correctly returns `0` instead of `-1`
- Rename `tee.{len→__len__}`
- Fix creating infinite `repeat(x)`: Creation now succeeds, getting `len` fails as expected