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: Mark all curried methods as curried #20

Open
elycruz opened this issue Mar 14, 2020 · 0 comments
Open

next: Mark all curried methods as curried #20

elycruz opened this issue Mar 14, 2020 · 0 comments
Labels
documentation When documentation is needed.
Milestone

Comments

@elycruz
Copy link
Member

elycruz commented Mar 14, 2020

Curried methods should be marked "@curried" (in doc blocks):

/**
  * ...
  * @curried - {curry-arity-here}
  * ...
  */

Example:

/**
  * @curried - Curry2.
  */
const method = curry2((a, b) => a + b);
@elycruz elycruz changed the title Ts: Mark all curried methods as curried next: Mark all curried methods as curried Mar 14, 2020
@elycruz elycruz added the documentation When documentation is needed. label Mar 14, 2020
@elycruz elycruz added this to the Typescript milestone Mar 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation When documentation is needed.
Projects
None yet
Development

No branches or pull requests

1 participant