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
Implement EXISTS-POS for Range
Fixes (1..10)[^5] giving only one result instead of 5. Reason was that the POSITIONS implementation filters positions by EXISTS-POS result. We inherited that from Any which always returns False.
- Loading branch information