Skip to content
Failed

Changes

Summary

  1. tweaked time functions for median-of-medians selection in HOL-Data_Structures
  2. merged
  3. rename \undef to \undefined to avoid problems with MacTeX 2014 or Ubuntu 24.04 beta;
  4. Tiny tweaks to proofs
  5. A bit of new material about type class "infinite", from Eval_FO
  6. avoid Scala if-expressions and thus make it work both for -new-syntax or -old-syntax;
  7. proper Scala code for String.literal_of_asciis: avoid ambiguity of ("" ++ ...);
  8. adjust generated Scala to make it work with scalac -old-syntax and -new-syntax, although the latter is not regularly tested;
  9. Add entry on Sketch_and_Explore to CONTRIBUTORS
  10. moved over material from the AFP to HOL, HOL-Computational_Algebra, and HOL-Number_Theory
  11. more portable: prefer official JDBC operation DatabaseMetaData.getColumns();
  12. tuned signature;
Changeset 80820:c0d689c4fd15 by Manuel Eberl _manuel@pruvisto.org_:
tweaked time functions for median-of-medians selection in HOL-Data_Structures
The file was modified src/HOL/Data_Structures/Selection.thy (diff)
Changeset 80819:1a9f0159de5b by wenzelm:
merged
Changeset 80818:36389d25d33e by wenzelm:
rename \undef to \undefined to avoid problems with MacTeX 2014 or Ubuntu 24.04 beta;
The file was modified src/Doc/Nitpick/document/root.tex (diff)
The file was modified src/Doc/Sledgehammer/document/root.tex (diff)
Changeset 80817:646cd337bb08 by paulson _lp15@cam.ac.uk_:
Tiny tweaks to proofs
The file was modified src/HOL/Complex_Analysis/Cauchy_Integral_Formula.thy (diff)
The file was modified src/HOL/Complex_Analysis/Conformal_Mappings.thy (diff)
Changeset 80816:f7b9179b5029 by paulson _lp15@cam.ac.uk_:
A bit of new material about type class "infinite", from Eval_FO
The file was modified src/HOL/Library/Infinite_Typeclass.thy (diff)
Changeset 80815:5afbf04418ec by wenzelm:
avoid Scala if-expressions and thus make it work both for -new-syntax or -old-syntax;
The file was modified Admin/Release/CHECKLIST (diff)
The file was modified NEWS (diff)
The file was modified src/HOL/Code_Numeral.thy (diff)
The file was modified src/HOL/HOL.thy (diff)
The file was modified src/HOL/Library/Code_Lazy.thy (diff)
The file was modified src/HOL/String.thy (diff)
Changeset 80814:bda75c790bfa by wenzelm:
proper Scala code for String.literal_of_asciis: avoid ambiguity of ("" ++ ...);
The file was modified src/HOL/String.thy (diff)
Changeset 80813:1b986e5f9764 by wenzelm:
adjust generated Scala to make it work with scalac -old-syntax and -new-syntax, although the latter is not regularly tested;
The file was modified src/Tools/Code/code_scala.ML (diff)
Changeset 80812:5c73934777fc by simon wimmer _wimmers@in.tum.de_:
Add entry on Sketch_and_Explore to CONTRIBUTORS
The file was modified CONTRIBUTORS (diff)
Changeset 80811:173548e4d5d0 by Manuel Eberl _manuel@pruvisto.org_:
moved over material from the AFP to HOL, HOL-Computational_Algebra, and HOL-Number_Theory
The file was addedsrc/HOL/Algebra/Algebraic_Closure_Type.thy
The file was modified CONTRIBUTORS (diff)
The file was modified src/HOL/Algebra/Algebra.thy (diff)
The file was modified src/HOL/Computational_Algebra/Euclidean_Algorithm.thy (diff)
The file was modified src/HOL/Computational_Algebra/Factorial_Ring.thy (diff)
The file was modified src/HOL/Computational_Algebra/Formal_Laurent_Series.thy (diff)
The file was modified src/HOL/Computational_Algebra/Formal_Power_Series.thy (diff)
The file was modified src/HOL/Computational_Algebra/Polynomial.thy (diff)
The file was modified src/HOL/Computational_Algebra/Polynomial_Factorial.thy (diff)
The file was modified src/HOL/Computational_Algebra/Primes.thy (diff)
The file was modified src/HOL/GCD.thy (diff)
The file was modified src/HOL/Number_Theory/Cong.thy (diff)
The file was modified src/HOL/Number_Theory/Residues.thy (diff)
The file was modified src/HOL/ROOT (diff)
Changeset 80810:e2174bf626b8 by wenzelm:
more portable: prefer official JDBC operation DatabaseMetaData.getColumns();
The file was modified src/Pure/Admin/build_log.scala (diff)
The file was modified src/Pure/General/sql.scala (diff)
Changeset 80809:4f9e4527a4e3 by wenzelm:
tuned signature;
The file was modified src/Pure/General/sql.scala (diff)