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

Next curry refactor #15

Merged
merged 4 commits into from
Nov 3, 2019
Merged

Conversation

elycruz
Copy link
Member

@elycruz elycruz commented Nov 3, 2019

  • Brings in types for curry* functions.
  • Adds base 'Arity*' types (for functions in general).

…yOf<any, RetType>' instead of return functions which have the arity specifically defined (functions whose 'length' properties contain the correct arity length defined on the function (in modern day javascript the 'length' property of functions is not checked to often (if at all) in most styles of 'js' programming)). Updated tests in './tests/function' to not expect arities defined on functions ('func.length' etc.).
…om readme since this branch's parent branch will be written entirely in typescript.
@elycruz
Copy link
Member Author

elycruz commented Nov 3, 2019

We don't care if build doesn't build (yet) from typescript milestone branches.

@elycruz elycruz merged commit e89a527 into issue-11-separate_list_methods Nov 3, 2019
@elycruz elycruz deleted the next-curry-refactor branch November 3, 2019 18:10
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.

1 participant