Zulip Chat Archive
Stream: general
Topic: add characters to lean core?
Eric Rodriguez (Nov 12 2021 at 10:35):
it'd be pretty cool if we could have the characters ₌₊₋⁼⁺⁻ in Lean core (for example, hi⁺ could mean 0 < i). Where in the source are the acceptable characters controlled? And would adding these to lean3 pose any lean4 problems?
Floris van Doorn (Nov 12 2021 at 11:26):
You're asking that these should be valid characters in identifiers?
Counterargument: I might want ⁺ to be a postfix operation.
Eric Rodriguez (Nov 12 2021 at 11:52):
That makes sense, too; and I'm guessing there's no way for both to be possible
Last updated: May 02 2025 at 03:31 UTC