Zulip Chat Archive
Stream: new members
Topic: Impmentation note uses Lean 3 instead of Lean 4
Omar Mohsen (Feb 16 2024 at 04:23):
I found that in the implementation note of Normed algebra, the text you see when you hover over it in lean, uses the command
variables
instead of
variable
This probably appears elsewhere as well.
Moritz Doll (Feb 16 2024 at 05:23):
Good find! It would be great if you create a PR to fix that - should be an easy search to see whether that happened in other docstrings as well
Last updated: May 02 2025 at 03:31 UTC