We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
unknown constant 'foo.match_1'
{"cmd": "#eval 1 + 1"} {"cmd": "def foo : (fun ((x, y, z) : Nat × Nat × Nat) => x = x) = fun x => True := by sorry", "env": 0} {"tactic": "simp", "proofState": 0}
Expected: Goal closed Actual: {"message": "Lean error:\nunknown constant 'foo.match_1'"}
{"message": "Lean error:\nunknown constant 'foo.match_1'"}
This comes down to 6651502 which eliminates both foo and foo.match_1 from the env.
foo
foo.match_1
I'm not sure why the InfoTree env has foo actually, but I've made a question about this on Zulip.
InfoTree
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected: Goal closed
Actual:
{"message": "Lean error:\nunknown constant 'foo.match_1'"}
This comes down to 6651502 which eliminates both
foo
andfoo.match_1
from the env.I'm not sure why the
InfoTree
env hasfoo
actually, but I've made a question about this on Zulip.The text was updated successfully, but these errors were encountered: