Skip to content
Failed

Changes

Summary

  1. merged
  2. clarified export of consts: recursion is accessible via spec_rules;
  3. more operations;
  4. Removed orphaned theory from HOL-Analysis
  5. merged
  6. clarified position for spec rule: like entity;
  7. clarified name: avoid clashes;
  8. proper dynamic position of application context, e.g. relevant for 'global_interpretation';
  9. proper treatment of variable names;
  10. proper spec_rule name via naming/binding/Morphism.binding;
  11. more informative spec rules;
  12. more robust;
  13. more informative export;
  14. tuned signature -- following Export_Theory.Spec_Rule in Scala;
  15. tuned comment;
  16. clarified export of spec rules: more like locale;
  17. formal position for spec rule (not significant for equality);
  18. proper spec rules via resulting def_thm, e.g. relevant for "isabelle build -o export_theory";
  19. proper spec rules via fun_lhs, e.g. relevant for "isabelle build -o export_theory";
  20. tuned -- avoid confusion of fun_t with fun_lhs;
  21. avoid shadowing of local bindings -- more maintainable;
  22. export spec rules;
  23. Reorganised HOL-Complex_Analysis
  24. split off metric spaces part of Function_Topology: subsequent theories Product_Topology, T1_Spaces, Lindelof_Spaces are purely topological
Changeset 71223:d411d5c84a4b by wenzelm:
merged
Changeset 71222:2bc39c80a95d by wenzelm:
clarified export of consts: recursion is accessible via spec_rules;
The file was modified src/Pure/Thy/export_theory.ML (diff)
The file was modified src/Pure/Thy/export_theory.scala (diff)
Changeset 71221:4dfb7c937126 by wenzelm:
more operations;
The file was modified src/Pure/term.scala (diff)
Changeset 71220:6f8422385878 by manuel eberl _eberlm@in.tum.de_:
Removed orphaned theory from HOL-Analysis
The file was removedsrc/HOL/Analysis/Riemann_Mapping.thy
Changeset 71219:35e465677a26 by wenzelm:
merged
Changeset 71218:73b313432d8a by wenzelm:
clarified position for spec rule: like entity;
The file was modified src/Pure/Thy/export_theory.ML (diff)
Changeset 71217:2dee5cd42fde by wenzelm:
clarified name: avoid clashes;
The file was modified src/Pure/Isar/specification.ML (diff)
Changeset 71216:e64c249d3d98 by wenzelm:
proper dynamic position of application context, e.g. relevant for 'global_interpretation';
The file was modified src/Pure/Isar/spec_rules.ML (diff)
Changeset 71215:37eb175895c5 by wenzelm:
proper treatment of variable names;
The file was modified src/Pure/Thy/export_theory.ML (diff)
Changeset 71214:5727bcc3c47c by wenzelm:
proper spec_rule name via naming/binding/Morphism.binding;
The file was modified src/HOL/Library/old_recdef.ML (diff)
The file was modified src/HOL/Tools/BNF/bnf_fp_def_sugar.ML (diff)
The file was modified src/HOL/Tools/BNF/bnf_gfp_grec_sugar.ML (diff)
The file was modified src/HOL/Tools/BNF/bnf_gfp_rec_sugar.ML (diff)
The file was modified src/HOL/Tools/BNF/bnf_lfp_rec_sugar.ML (diff)
The file was modified src/HOL/Tools/BNF/bnf_lfp_size.ML (diff)
The file was modified src/HOL/Tools/Ctr_Sugar/ctr_sugar.ML (diff)
The file was modified src/HOL/Tools/Function/function.ML (diff)
The file was modified src/HOL/Tools/Function/partial_function.ML (diff)
The file was modified src/HOL/Tools/Old_Datatype/old_primrec.ML (diff)
The file was modified src/HOL/Tools/inductive.ML (diff)
The file was modified src/HOL/Tools/inductive_set.ML (diff)
The file was modified src/HOL/Tools/record.ML (diff)
The file was modified src/Pure/Isar/spec_rules.ML (diff)
The file was modified src/Pure/Isar/specification.ML (diff)
The file was modified src/Pure/Proof/extraction.ML (diff)
Changeset 71213:39ccdbbed539 by wenzelm:
more informative spec rules;
The file was modified src/Pure/Isar/specification.ML (diff)
Changeset 71212:475510f1a280 by wenzelm:
more robust;
The file was modified src/Pure/General/binding.ML (diff)
Changeset 71211:7d522732b7f2 by wenzelm:
more informative export;
The file was modified src/Pure/Thy/export_theory.ML (diff)
The file was modified src/Pure/Thy/export_theory.scala (diff)
Changeset 71210:66fa99c85095 by wenzelm:
tuned signature -- following Export_Theory.Spec_Rule in Scala;
The file was modified src/Pure/Isar/spec_rules.ML (diff)
The file was modified src/Pure/Thy/export_theory.ML (diff)
Changeset 71209:8508cc7f79aa by wenzelm:
tuned comment;
The file was modified src/Pure/Thy/export_theory.ML (diff)
Changeset 71208:5e0050eb64f2 by wenzelm:
clarified export of spec rules: more like locale;
The file was modified src/Pure/Thy/export_theory.ML (diff)
The file was modified src/Pure/Thy/export_theory.scala (diff)
Changeset 71207:8af82f3e03c9 by wenzelm:
formal position for spec rule (not significant for equality);
The file was modified src/HOL/Tools/Nunchaku/nunchaku_collect.ML (diff)
The file was modified src/Pure/Isar/spec_rules.ML (diff)
The file was modified src/Pure/Thy/export_theory.ML (diff)
The file was modified src/Pure/Thy/export_theory.scala (diff)
Changeset 71206:20dce31fe7f4 by wenzelm:
proper spec rules via resulting def_thm, e.g. relevant for "isabelle build -o export_theory";
The file was modified src/Pure/Proof/extraction.ML (diff)
Changeset 71205:95e12ecdcb5f by wenzelm:
proper spec rules via fun_lhs, e.g. relevant for "isabelle build -o export_theory";
The file was modified src/HOL/Tools/BNF/bnf_gfp_grec_sugar.ML (diff)
Changeset 71204:abb0d984abbc by wenzelm:
tuned -- avoid confusion of fun_t with fun_lhs;
The file was modified src/HOL/Tools/BNF/bnf_gfp_grec_sugar.ML (diff)
Changeset 71203:eb5591ca90da by wenzelm:
avoid shadowing of local bindings -- more maintainable;
The file was modified src/HOL/Tools/BNF/bnf_gfp_grec_sugar.ML (diff)
Changeset 71202:785610ad6bfa by wenzelm:
export spec rules;
The file was modified src/Pure/Isar/spec_rules.ML (diff)
The file was modified src/Pure/Thy/export_theory.ML (diff)
The file was modified src/Pure/Thy/export_theory.scala (diff)
Changeset 71201:6617fb368a06 by manuel eberl _eberlm@in.tum.de_:
Reorganised HOL-Complex_Analysis
The file was addedsrc/HOL/Complex_Analysis/Cauchy_Integral_Formula.thy
The file was addedsrc/HOL/Complex_Analysis/Complex_Residues.thy
The file was addedsrc/HOL/Complex_Analysis/Complex_Singularities.thy
The file was addedsrc/HOL/Complex_Analysis/Contour_Integration.thy
The file was addedsrc/HOL/Complex_Analysis/Residue_Theorem.thy
The file was modified src/HOL/Complex_Analysis/Cauchy_Integral_Theorem.thy (diff)
The file was modified src/HOL/Complex_Analysis/Complex_Analysis.thy (diff)
The file was modified src/HOL/Complex_Analysis/Conformal_Mappings.thy (diff)
The file was modified src/HOL/Complex_Analysis/Great_Picard.thy (diff)
The file was modified src/HOL/Complex_Analysis/Riemann_Mapping.thy (diff)
The file was modified src/HOL/Complex_Analysis/Winding_Numbers.thy (diff)
Changeset 71200:3548d54ce3ee by immler:
split off metric spaces part of Function_Topology: subsequent theories Product_Topology, T1_Spaces, Lindelof_Spaces are purely topological
The file was addedsrc/HOL/Analysis/Function_Metric.thy
The file was modified src/HOL/Analysis/Abstract_Euclidean_Space.thy (diff)
The file was modified src/HOL/Analysis/Analysis.thy (diff)
The file was modified src/HOL/Analysis/Function_Topology.thy (diff)
The file was modified src/HOL/Analysis/Path_Connected.thy (diff)
The file was modified src/HOL/Analysis/Product_Topology.thy (diff)
The file was modified src/HOL/Analysis/T1_Spaces.thy (diff)
The file was modified src/HOL/Homology/Simplices.thy (diff)