-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
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
leanchecker should print french quotes #114
Comments
Ideally the code snippet in isabelle-prover/proving-contest-backends#27 (comment) should result in «quot.sound» : ∀ {α : Sort u} {r : α → α → Prop} {a b : α}, r a b → «quot.mk» r a = «quot.mk» r b with French quotes both around the name and around the type. Note that |
Having no clue about any of the Lean cpp infrastructure, is this something that should be fixed globally in declaration.cpp or locally in checker.cpp? |
Locally in |
@gebner Thanks for dealing with this. I just wanted to adapt our proving contest backend and think that there is still some issue. axiom «quot.sound : a» : false
theorem my_proof : false := «quot.sound : a» and axiom «quot.sound» : false
theorem my_proof : false := «quot.sound» return the same warning, i.e. |
This is a bug in the text export parser of |
... if a component of a name contains a period. See isabelle-prover/proving-contest-backends#27
The text was updated successfully, but these errors were encountered: