wenzelm [Tue, 16 Apr 2024 11:20:30 +0200] rev 80113
tuned;
wenzelm [Tue, 16 Apr 2024 11:00:46 +0200] rev 80112
more robust tmp_file (see also ab07d4cb7d1c and 146468e05dd4);
wenzelm [Fri, 12 Apr 2024 17:07:33 +0200] rev 80111
tuned messages;
wenzelm [Thu, 11 Apr 2024 12:12:33 +0200] rev 80110
tuned;
wenzelm [Thu, 11 Apr 2024 12:05:01 +0200] rev 80109
back to static numa_nodes (reverting part of c2c59de57df9);
wenzelm [Thu, 11 Apr 2024 12:04:44 +0200] rev 80108
tuned messages;
Manuel Eberl <eberlm@in.tum.de> [Tue, 16 Apr 2024 13:29:27 +0200] rev 80107
canonical time function for List.nth
paulson [Mon, 15 Apr 2024 22:24:31 +0100] rev 80106
merged
paulson <lp15@cam.ac.uk> [Mon, 15 Apr 2024 22:23:40 +0100] rev 80105
Streamlining of many more archaic proofs
Fabian Huch <huch@in.tum.de> [Mon, 15 Apr 2024 20:35:56 +0200] rev 80104
clarified web app parameters: more flexible, using HTML5 id specification (nonempty unicode string with no spaces);
paulson <lp15@cam.ac.uk> [Sun, 14 Apr 2024 22:38:17 +0100] rev 80103
More tidying of old proofs
paulson [Sun, 14 Apr 2024 18:39:53 +0100] rev 80102
merged
paulson <lp15@cam.ac.uk> [Sun, 14 Apr 2024 18:39:43 +0100] rev 80101
More tidying and removal of "apply"
Simon Wimmer <wimmers@in.tum.de> [Sat, 13 Apr 2024 10:22:14 +0200] rev 80100
Add subgoals variant of 'sketch' command
paulson [Fri, 12 Apr 2024 22:19:27 +0100] rev 80099
merged
paulson <lp15@cam.ac.uk> [Fri, 12 Apr 2024 22:19:20 +0100] rev 80098
Tidied some messy proofs
haftmann [Thu, 11 Apr 2024 18:46:49 +0000] rev 80097
prefer canonical theorem name for fact collection declarations
paulson [Fri, 12 Apr 2024 09:58:53 +0100] rev 80096
merged
paulson <lp15@cam.ac.uk> [Fri, 12 Apr 2024 09:58:32 +0100] rev 80095
Tidying ugly proofs
Fabian Huch <huch@in.tum.de> [Fri, 12 Apr 2024 10:10:16 +0200] rev 80094
tuned;
Manuel Eberl <manuel@pruvisto.org> [Thu, 11 Apr 2024 14:13:43 +0200] rev 80093
tweaked time functions for median-of-medians selection in HOL-Data_Structures
wenzelm [Wed, 10 Apr 2024 13:23:00 +0200] rev 80092
merged
wenzelm [Wed, 10 Apr 2024 11:44:25 +0200] rev 80091
rename \undef to \undefined to avoid problems with MacTeX 2014 or Ubuntu 24.04 beta;
paulson <lp15@cam.ac.uk> [Wed, 10 Apr 2024 11:32:48 +0100] rev 80090
Tiny tweaks to proofs
paulson <lp15@cam.ac.uk> [Mon, 08 Apr 2024 16:27:11 +0100] rev 80089
A bit of new material about type class "infinite", from Eval_FO
wenzelm [Fri, 05 Apr 2024 21:21:02 +0200] rev 80088
avoid Scala if-expressions and thus make it work both for -new-syntax or -old-syntax;
wenzelm [Fri, 05 Apr 2024 20:41:54 +0200] rev 80087
proper Scala code for String.literal_of_asciis: avoid ambiguity of ("" ++ ...);
wenzelm [Fri, 05 Apr 2024 17:47:09 +0200] rev 80086
adjust generated Scala to make it work with scalac -old-syntax and -new-syntax, although the latter is not regularly tested;
Simon Wimmer <wimmers@in.tum.de> [Fri, 05 Apr 2024 17:10:02 +0200] rev 80085
Add entry on Sketch_and_Explore to CONTRIBUTORS
Manuel Eberl <manuel@pruvisto.org> [Thu, 04 Apr 2024 15:29:41 +0200] rev 80084
moved over material from the AFP to HOL, HOL-Computational_Algebra, and HOL-Number_Theory
wenzelm [Thu, 04 Apr 2024 11:40:45 +0200] rev 80083
more portable: prefer official JDBC operation DatabaseMetaData.getColumns();
wenzelm [Thu, 04 Apr 2024 11:21:52 +0200] rev 80082
tuned signature;