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

Includes is missing #102

Closed
stoeffel opened this issue Jun 7, 2015 · 3 comments
Closed

Includes is missing #102

stoeffel opened this issue Jun 7, 2015 · 3 comments

Comments

@stoeffel
Copy link
Contributor

stoeffel commented Jun 7, 2015

We should add includes.

includes(2, [1, 2, 3]); // => true
var includes2 = curry(includes)(2);
includes2([1, 2, 3]); // => true
@stoeffel stoeffel added this to the 1.0.0 milestone Jun 7, 2015
@tomek-he-him
Copy link
Member

👍

@tomek-he-him
Copy link
Member

@stoeffel move this to #107?

@tomek-he-him
Copy link
Member

Moved to #107

@tomek-he-him tomek-he-him removed this from the 1.0.0 milestone Jun 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants