-
Notifications
You must be signed in to change notification settings - Fork 71
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
The module index generator doesn't support modules with unicode characters in their names #1027
Comments
While it's a discussion point whether filenames should ever contain Unicode (I don't see why not) a larger issue is that the CI fails silently. |
Why would these file names have unconventional angled brackets? Aren't round parentheses always used in the literature when we talk about One reason to not have unicode in file names is that terminals don't have agda-mode, so it isn't easy to type unicode characters. I feel like unicode characters in file names is a definite no-no for this reason. |
we can't have standard parentheses in module names sadly. And thanks for finding a reason :) |
I think I would even omit punctuation characters in file names. How about |
agreed |
I do find the notation of |
It's also super-wordy and I would like to look for alternative names. |
How about calling a large wild precategory for a |
The name |
I guess it could be acceptible. I have resisted hard in this library agains using symbols in unconventional ways, when the conventional symbols are unavailable for some technical reason. So that would be my main issue with this notation too, because the angled brackets usually are a mathematical operator. Here they are not used as a mathematical operator, but they are used instead of parentheses because parentheses aren't allowed. That said, it is quite clear what is meant and therefore I think it can pass. I do get wary of the potential introduction of infix notation |
If we can write down an inductive definition, then I like |
Our large categories are called metacategories in Categories for the Working Mathematician, so I don't think the name metacategory is available for this. |
Then the terminology seems to line up nicely, no? It's a (0,1)-approximation of a metacategory |
Ah, because we have already established that categories are set-level structures |
Detected in #1025 when I tried having files including the string
large-wild-⟨0,1⟩-precategories.lagda.md
in their name.The text was updated successfully, but these errors were encountered: