We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We can cheat and implement the constructor in Ruby, because we won't have varargs support for a while.
reverse
The text was updated successfully, but these errors were encountered:
Actually, I think we should make List a built-in function, that calls cons for each element.
List
cons
Sorry, something went wrong.
We should not rely on Pair, but a Church-encoding implementation of cons, first (car), and rest (cdr).
first
car
rest
cdr
No branches or pull requests
We can cheat and implement the constructor in Ruby, because we won't have varargs support for a while.
reverse
)The text was updated successfully, but these errors were encountered: