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

Issue625 #628

Merged
merged 2 commits into from
Jun 28, 2019
Merged

Issue625 #628

merged 2 commits into from
Jun 28, 2019

Conversation

brianhuffman
Copy link
Contributor

@brianhuffman brianhuffman commented Jun 27, 2019

This patch adds syntax for specifying an element type for sequence enumerations, so we can write things like [1 .. 10 : [8]], which is syntactic sugar for fromTo`{first=1,last=10,a=[8]}. An annotation may be placed on either list bound, but not both.

This implements the feature requested in #625.

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

Successfully merging this pull request may close these issues.

1 participant