You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have inherited the terminology "constant" from the Lean 4 source code but I think it's not a good term. For example, a function that takes arguments doesn't look like a constant to me.
This issue is about changing the occurrences of "constant" to "declaration" in the code base. "Const" should be changed to "Decl" etc.
The text was updated successfully, but these errors were encountered:
We have inherited the terminology "constant" from the Lean 4 source code but I think it's not a good term. For example, a function that takes arguments doesn't look like a constant to me.
This issue is about changing the occurrences of "constant" to "declaration" in the code base. "Const" should be changed to "Decl" etc.
The text was updated successfully, but these errors were encountered: