-
Notifications
You must be signed in to change notification settings - Fork 14
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
🙅 <Something> should not compare names #377
Comments
i couldn't figure out where this is happening... a bit bizarre |
I can confirm that conversion is not comparing names: https://github.com/RedPRL/cooltt/blob/main/src/core/Conversion.ml#L413 So it must be happening somewhere else... 😦 |
It could also be that we accidentally wrote |
The |
What about compare?
… On Jun 5, 2022, at 5:49 PM, favonia ***@***.***> wrote:
The kado library looks okay. 🤔
—
Reply to this email directly, view it on GitHub <#377 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAANOELC3UZRSMCEOAKETNDVNTD63ANCNFSM5X5GN5BA>.
You are receiving this because you were mentioned.
|
I found RedPRL/kado#10 🤣 but this should only affect efficiency |
@jonsterling Okay, I think this is it? Lines 12 to 13 in 7408368
|
In #376, it was discovered that <something> might be comparing names in Global.t that should be used purely for printing.
@jonsterling Seriously, what's wrong with us!!! 😆
The text was updated successfully, but these errors were encountered: