-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Range types don't work with BackwardsIndex
(and possibly others)
#13618
Comments
Changes the |
probably related: #7265 |
Not really related I think. I think this is a sigmatch bug. |
ringabout
added a commit
that referenced
this issue
Nov 2, 2022
capocasa
pushed a commit
to capocasa/Nim
that referenced
this issue
Mar 31, 2023
bung87
pushed a commit
to bung87/Nim
that referenced
this issue
Jul 29, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was trying to combine the two
[]
procedures in thedeque
module, one that takesNatural
and one that takesBackwardsIndex
. When I changed the type toNatural or BacwardsIndex
and added awhen
switch in the body of the procedure it stopped accepting integers.Example
Current Output
Expected Output
The text was updated successfully, but these errors were encountered: