-
Notifications
You must be signed in to change notification settings - Fork 89
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
Make all functions modules #61
Comments
Hi @wagerfield Thank you for opening this issue. When I wrote those shortcuts, I knew that there will be a day, where I will have to redo them. So this day seems to be today. |
Hahahaha @selfrefactor—I hope this day didn't come too soon! |
No, it did not. Actually there were some other issues, which I found, so at the end it wasn't such a small issue as it initially looked like. The requested changes are implemented in version 1.0.12 and I am keeping the issue open till you confirm that it works from your end. |
I am closing it assuming that everything is ok. Feel free to reopen if that is not the case. |
Hey @selfrefactor me again—it's been a while!
Would you mind making all exported functions modules—so they can be imported separately?
The functions that are currently only declared in
rambda.js
are:always
complement
F
identity
not
T
trim
I would like to be able to import these functions from the
lib
like so:The text was updated successfully, but these errors were encountered: