79078821

Date: 2024-10-11 15:19:30
Score: 1
Natty:
Report link

Isabelle2024 has added a feature to set output to cartouches, at least for sledgehammer and sketch-and-explore outlines:

Using declare [[atp_proof_cartouches]], the output will render with ‹...› instead of "...":

[...]
  imports
    "HOL-ex.Sketch_and_Explore"
[...]

declare [[atp_proof_cartouches]]

lemma ‹reflp (=)›
sketch

--- output ---

proof
  fix x :: 'b
  show ‹x = x›
   sorry
qed

Also note, how the outlines are more natural (fix instead of for) thanks to the improvements to sketch-and-explore.

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Ben Keks