-
Notifications
You must be signed in to change notification settings - Fork 28
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
Remove dependency on ramda #37
Comments
Yes. You are right. But it is a fine curry function 😓 |
Please On Fri, Apr 15, 2016, 12:15 PM Texas Toland [email protected]
|
Ok 😄 We could copy and paste the curry function into union-type. |
I took a look and it'd be better to implement the subset of functionality you're using. |
I would highly approve of this. Also, it would be really nice to provide the var List = Type({
Nil: {},
Cons: {
head: Type.Any,
tail: undefined
}
}); Maybe even a |
I know you're cherry picking the curry function but ramda is a bit big for just the one function.
The text was updated successfully, but these errors were encountered: