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

Check [head, ...rest] and object wrapping semantics #5

Open
ephetic opened this issue Jan 24, 2017 · 1 comment
Open

Check [head, ...rest] and object wrapping semantics #5

ephetic opened this issue Jan 24, 2017 · 1 comment
Milestone

Comments

@ephetic
Copy link
Owner

ephetic commented Jan 24, 2017

Not sure they even work. Once verified, improve the README.md notes on Arrays.

Array and rest matching

Since arrays are used to represent a parameter pattern, a literal array must be wrapped in an object {foo: [11,22,33]}. However, it would be nice to make sure the [head, ...rest] semantics work.

@ephetic ephetic added this to the 0.1.0 milestone Jan 24, 2017
@ephetic
Copy link
Owner Author

ephetic commented Jan 24, 2017

Once this is complete, tag the repo 0.1.0 for npm/yarn versioning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant