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

Rename Partial to Partable #4

Closed
expede opened this issue Jan 4, 2016 · 1 comment
Closed

Rename Partial to Partable #4

expede opened this issue Jan 4, 2016 · 1 comment
Assignees
Labels

Comments

@expede
Copy link
Member

expede commented Jan 4, 2016

# Replace this:
defpartial add(a, b), do: a + b

# With this:
defpartable add(a, b), do: a + b

The naming is clearer for the behaviour. However, given that this may get merged into Curry (#1), this could be a non-Issue.

@expede expede self-assigned this Jan 4, 2016
@expede expede added the question label Jan 4, 2016
@expede
Copy link
Member Author

expede commented Jan 8, 2016

Never mind, defpartial is fine, and almost certainly getting merged into defcurry in the near future.

@expede expede closed this as completed Jan 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant