Fix typo in CoreFn traversal function#4561
Fix typo in CoreFn traversal function#4561drathier wants to merge 3 commits intopurescript:masterfrom
Conversation
|
Good catch! Please add an |
|
Is this change is correct? As, per the comment above the function:
Note also that the internal definitions aren't used recursively in any other instance either. But this is your function @rhendric so I guess you would know better. 😄 |
|
I think this is correct, but it's been a while since I wrote it. What the doc comment says to me is that if you want to make an actually recursive traversal, you do that by calling the results of I think the typo ended up having no real effect, because the one use of Edit: Ah, there's another use here, but it's the same story. |
|
I'll do the requested changes to changelog etc soon, probably next year :) |
|
Looks like CI needs some love, we'll need to upgrade some actions Also the ARM runners are not responsive so I'll have a look at what's up with those |
This seems to be a critical unintentional typo