Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Iterable): add Iterable module #87

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

waynevanson
Copy link
Contributor

@waynevanson waynevanson commented Oct 20, 2021

closes #85 and maybe #86

ci will fail for now, as tests were copy and pasted from fp-ts-std.

Before submitting a pull request, please make sure the following is done:

  • Fork the repository and create your branch from master.
  • Run npm install in the repository root.
  • If you've fixed a bug or added code that should be tested, add tests!
  • Ensure the test suite passes (npm test).

Note. If you've fixed a bug please link the related issue or, if missing, open an issue before sending a PR.

Note. If you find a typo in the documentation, make sure to modify the corresponding source (docs are generated).

@waynevanson waynevanson changed the title Feat.iterable feat(Iterable): add Iterable module Oct 20, 2021
@denizdogan
Copy link

Did anything come out of this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Iterable Module
2 participants