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
This is a bug in core Lean, the vscode extension is just printing what it gets from the server. And I fear it will stay this way for eternity. Lean 3 development has effectively ceased, and parameters were deprecated anyhow.
This only came up because some of my old code I was trying to upgrade used parameters, and I couldn't work out why vscode was telling me the wrong thing. I guess I'll just try to strip them out entirely
Hovering over the
Gᵣ
in the first#check Gᵣ
in this code suggests thatG
is an explicit argument, even though#check
tells me it is implicit.The text was updated successfully, but these errors were encountered: