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

Repetition over Closed Intervals #62

Closed
wants to merge 10 commits into from

Conversation

davidcairns
Copy link
Contributor

Also changes semantics of n ..< n. Previously this would match n repetitions exactly, but it no longer matches any number of repetitions.

An interval of `n ..< n` ought not to really include anything.
We assume that a HalfOpenInterval `0..<n` is the same as a
ClosedInterval `0…(n-1)`.

As per issue robrix#60
@davidcairns
Copy link
Contributor Author

Blergh, lemme take care of those merge conflicts…

@robrix
Copy link
Owner

robrix commented Feb 17, 2015

There still appear to be merge conflicts.

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.

None yet

2 participants