Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Handle lists as right end point of Ranges
@A..@b should mean @.elems .. @b.elems. We already had code to explicitly handle a list on the left hand side. That it worked on the right hand side was probably due to some side effect of the implementation that we lost when refactoring. Add code to explicitly handle it once and for all instead.
- Loading branch information