Isabelle has a quick_and_dirty mode that allows proofs to be skipped with sorry. It is enabled by default in jEdit and disabled by default with isabelle build. How can I change the setting
- In jEdit (interactively or with a command line parameter),
- For
isabelle build, from the command line, - For
isabelle build, in theROOTfile, respectively.
Also, are there other means of asking Isabelle, preferably interactively in jEdit, “What lemmas in the current theory and its parents have been proven using a sorry“?
(I am asking this here in the hope that there will always be up-to-date-answers, in contrast to some mailing list posts that I find with google.)