Skip to content
Success

Changes

Summary

  1. merged
  2. proper ML names;
  3. clarified standard_proof_of: prefer expand_proof over somewhat adhoc strip_thm_proof;
  4. some treatment of OfClass proofs;
  5. tuned signature;
  6. misc tuning and clarification;
  7. proper treatment of axm_proof/oracle_proof like a closed proof constant, e.g. relevant for proof reconstruction of List.list.full_exhaustive_list.simps;
  8. clarified oracle_proof;
  9. tuned;
  10. tuned;
  11. tuned;
  12. clarified signature;
  13. tuned signature;
  14. more compact XML representation;
  15. proper generalize_proof: schematic variables need to be explicit in the resulting proof term (for shrink/reconstruct operation);
  16. tuned;
  17. tuned -- more direct ML expressions;
  18. clarified modules;
  19. tuned whitespace;
  20. more accurate treatment of propositions within proof terms, but these are ultimately ignored for performance reasons;
  21. unused;
  22. document antiquotations + clarify porting text slightly
Changeset 70841:3d8953224f33 by wenzelm:
merged
Changeset 70840:5b80eb4fd0f3 by wenzelm:
proper ML names;
The file was modified src/HOL/Extraction.thy (diff)
The file was modified src/HOL/Tools/inductive_realizer.ML (diff)
The file was modified src/HOL/Tools/rewrite_hol_proof.ML (diff)
The file was modified src/Pure/Proof/extraction.ML (diff)
The file was modified src/Pure/Proof/proof_rewrite_rules.ML (diff)
Changeset 70839:2136e4670ad2 by wenzelm:
clarified standard_proof_of: prefer expand_proof over somewhat adhoc strip_thm_proof;
The file was modified src/HOL/Proofs/ex/Proof_Terms.thy (diff)
The file was modified src/HOL/Proofs/ex/XML_Data.thy (diff)
The file was modified src/Pure/Isar/isar_cmd.ML (diff)
The file was modified src/Pure/Proof/proof_syntax.ML (diff)
The file was modified src/Pure/Thy/document_antiquotations.ML (diff)
The file was modified src/Pure/more_thm.ML (diff)
The file was modified src/Pure/proofterm.ML (diff)
Changeset 70838:e381e2624077 by wenzelm:
some treatment of OfClass proofs;
The file was modified src/Pure/Proof/proof_checker.ML (diff)
Changeset 70837:874092c031c3 by wenzelm:
tuned signature;
The file was modified src/Pure/Proof/proof_rewrite_rules.ML (diff)
Changeset 70836:44efbf252525 by wenzelm:
misc tuning and clarification;
The file was modified src/Pure/Proof/extraction.ML (diff)
The file was modified src/Pure/Proof/proof_rewrite_rules.ML (diff)
Changeset 70835:2d991e01a671 by wenzelm:
proper treatment of axm_proof/oracle_proof like a closed proof constant, e.g. relevant for proof reconstruction of List.list.full_exhaustive_list.simps;
The file was modified src/Pure/proofterm.ML (diff)
The file was modified src/Pure/thm.ML (diff)
Changeset 70834:614ca81fa28e by wenzelm:
clarified oracle_proof;
The file was modified src/Pure/Proof/extraction.ML (diff)
The file was modified src/Pure/proofterm.ML (diff)
The file was modified src/Pure/term.scala (diff)
The file was modified src/Pure/term_xml.scala (diff)
The file was modified src/Pure/thm.ML (diff)
Changeset 70833:e30911cfbd7b by wenzelm:
tuned;
The file was modified src/Pure/proofterm.ML (diff)
Changeset 70832:86e272f26afc by wenzelm:
tuned;
The file was modified src/Pure/proofterm.ML (diff)
Changeset 70831:55e1dd3894ce by wenzelm:
tuned;
The file was modified src/Pure/proofterm.ML (diff)
Changeset 70830:8f050cc0ec50 by wenzelm:
clarified signature;
The file was modified src/HOL/Proofs/ex/Proof_Terms.thy (diff)
The file was modified src/HOL/Tools/Sledgehammer/sledgehammer_util.ML (diff)
The file was modified src/Pure/Thy/thm_deps.ML (diff)
The file was modified src/Pure/more_thm.ML (diff)
The file was modified src/Pure/proofterm.ML (diff)
Changeset 70829:1fa55b0873bc by wenzelm:
tuned signature;
The file was modified src/Pure/Thy/export_theory.ML (diff)
The file was modified src/Pure/proofterm.ML (diff)
Changeset 70828:cb70d84a9f5e by wenzelm:
more compact XML representation;
The file was modified src/Pure/PIDE/xml.ML (diff)
The file was modified src/Pure/PIDE/xml.scala (diff)
The file was modified src/Pure/term_xml.ML (diff)
The file was modified src/Pure/term_xml.scala (diff)
Changeset 70827:730251503341 by wenzelm:
proper generalize_proof: schematic variables need to be explicit in the resulting proof term (for shrink/reconstruct operation);
The file was modified src/Pure/proofterm.ML (diff)
The file was modified src/Pure/thm.ML (diff)
Changeset 70826:63c60df79187 by wenzelm:
tuned;
The file was modified src/Pure/Proof/proof_rewrite_rules.ML (diff)
Changeset 70825:3c215bdf4ab6 by wenzelm:
tuned -- more direct ML expressions;
The file was modified src/Pure/thm.ML (diff)
Changeset 70824:7000868c6098 by wenzelm:
clarified modules;
The file was modified src/Pure/proofterm.ML (diff)
The file was modified src/Pure/thm.ML (diff)
Changeset 70823:c6f2a73987cd by wenzelm:
tuned whitespace;
The file was modified src/Pure/proofterm.ML (diff)
Changeset 70822:22e2f5acc0b4 by wenzelm:
more accurate treatment of propositions within proof terms, but these are ultimately ignored for performance reasons;
The file was modified src/Pure/proofterm.ML (diff)
The file was modified src/Pure/thm.ML (diff)
Changeset 70821:37062fe19175 by wenzelm:
unused;
The file was modified src/Pure/logic.ML (diff)
Changeset 70820:77c8b8e73f88 by blanchet:
document antiquotations + clarify porting text slightly
The file was modified src/Doc/Datatypes/Datatypes.thy (diff)