wenzelm [Sat, 26 May 2018 22:02:25 +0200] rev 68295
export sort algebra;
wenzelm [Sat, 26 May 2018 21:24:07 +0200] rev 68294
tuned;
wenzelm [Sat, 26 May 2018 21:23:51 +0200] rev 68293
tuned;
wenzelm [Sat, 26 May 2018 19:40:02 +0200] rev 68292
support 'export_files' in session ROOT;
wenzelm [Sat, 26 May 2018 19:39:06 +0200] rev 68291
clarified output;
wenzelm [Sat, 26 May 2018 17:37:15 +0200] rev 68290
support multiple patterns;
wenzelm [Sat, 26 May 2018 16:52:03 +0200] rev 68289
clarified cache;
wenzelm [Sat, 26 May 2018 13:36:28 +0200] rev 68288
tuned signature;
wenzelm [Sat, 26 May 2018 13:34:44 +0200] rev 68287
tuned output;
paulson [Sat, 26 May 2018 10:11:11 +0100] rev 68286
merged
paulson [Sat, 26 May 2018 08:36:19 +0100] rev 68285
merged
paulson <lp15@cam.ac.uk> [Sat, 26 May 2018 08:36:09 +0100] rev 68284
tidied some proofs
paulson [Thu, 24 May 2018 23:05:28 +0100] rev 68283
merged
paulson [Thu, 24 May 2018 21:58:23 +0100] rev 68282
merged
paulson <lp15@cam.ac.uk> [Thu, 24 May 2018 21:58:17 +0100] rev 68281
more small tidying
Lars Hupel <lars.hupel@mytum.de> [Sat, 26 May 2018 11:06:01 +0200] rev 68280
merged
Lars Hupel <lars.hupel@mytum.de> [Fri, 25 May 2018 21:08:00 +0200] rev 68279
macOS build: exclude HOL-Proofs
wenzelm [Fri, 25 May 2018 23:11:06 +0200] rev 68278
tuned;
wenzelm [Fri, 25 May 2018 22:48:37 +0200] rev 68277
merged
wenzelm [Fri, 25 May 2018 22:47:57 +0200] rev 68276
added command 'ML_export';
wenzelm [Fri, 25 May 2018 22:47:36 +0200] rev 68275
more examples;
wenzelm [Fri, 25 May 2018 21:02:40 +0200] rev 68274
tuned output;
wenzelm [Fri, 25 May 2018 21:01:51 +0200] rev 68273
pretty-print according to defaults of input syntax;
wenzelm [Fri, 25 May 2018 21:00:47 +0200] rev 68272
more accurate diagram;
wenzelm [Fri, 25 May 2018 13:47:58 +0200] rev 68271
proper output;
haftmann [Thu, 24 May 2018 09:26:26 +0000] rev 68270
treat gcd_eq_1_imp_coprime analogously to mod_0_imp_dvd
wenzelm [Thu, 24 May 2018 22:28:26 +0200] rev 68269
merged
wenzelm [Thu, 24 May 2018 22:17:23 +0200] rev 68268
setup server directory for Cygwin quasi-mirror;
wenzelm [Thu, 24 May 2018 21:36:39 +0200] rev 68267
more scalable JVM memory management;
wenzelm [Thu, 24 May 2018 21:21:26 +0200] rev 68266
tuned output;
wenzelm [Thu, 24 May 2018 21:13:09 +0200] rev 68265
more general cache, also for term substructures;
wenzelm [Thu, 24 May 2018 16:56:14 +0200] rev 68264
more exports;
read_session: proper signature;
immler [Thu, 24 May 2018 17:06:39 +0200] rev 68263
generalized Cramer's rule
nipkow [Thu, 24 May 2018 16:38:24 +0200] rev 68262
tuned
nipkow [Thu, 24 May 2018 14:42:47 +0200] rev 68261
reorganization, everything based on Tree2 now
haftmann [Thu, 24 May 2018 09:18:29 +0200] rev 68260
avoid overaggressive classical rule
nipkow [Thu, 24 May 2018 07:59:41 +0200] rev 68259
By Andrei Popescu based on an initial version by Kasper F. Brandt
paulson [Wed, 23 May 2018 21:34:08 +0100] rev 68258
merged
paulson <lp15@cam.ac.uk> [Wed, 23 May 2018 21:31:41 +0100] rev 68257
small tidy-up of Complex_Transcendental
paulson [Tue, 22 May 2018 19:58:17 +0100] rev 68256
merged
paulson <lp15@cam.ac.uk> [Mon, 21 May 2018 22:52:16 +0100] rev 68255
small clean-up of Complex_Analysis_Basics
haftmann [Wed, 23 May 2018 09:37:14 +0000] rev 68254
more complete and more correct documentation on code generation
haftmann [Wed, 23 May 2018 07:13:11 +0000] rev 68253
grouped material on numeral division
haftmann [Tue, 22 May 2018 18:14:29 +0000] rev 68252
automatic classical rule to derive a dvd b from b mod a = 0
haftmann [Tue, 22 May 2018 18:14:29 +0000] rev 68251
consider dvdE for automated classical proving
blanchet [Tue, 22 May 2018 17:15:02 +0200] rev 68250
added lambda-free HO output for Ehoh (higher-order E prototype)
nipkow [Tue, 22 May 2018 11:08:37 +0200] rev 68249
First step to remove nonstandard "[x <- xs. P]" syntax: only input
nipkow [Tue, 22 May 2018 14:12:15 +0200] rev 68248
merged
nipkow [Tue, 22 May 2018 14:12:03 +0200] rev 68247
removed unicode symbol
Manuel Eberl <eberlm@in.tum.de> [Fri, 18 May 2018 17:51:58 +0200] rev 68246
Moved Landau_Symbols from the AFP to HOL-Library
wenzelm [Tue, 22 May 2018 11:05:47 +0200] rev 68245
merged
wenzelm [Sun, 20 May 2018 22:37:00 +0200] rev 68244
more checks for global facts: disallow undeclared frees (as in Export_Theory.export_fact);
nipkow [Mon, 21 May 2018 18:36:30 +0200] rev 68243
no longer necessary
paulson [Sun, 20 May 2018 22:10:30 +0100] rev 68242
merged
paulson <lp15@cam.ac.uk> [Sun, 20 May 2018 22:10:21 +0100] rev 68241
correcting the statements of the MVTs
paulson <lp15@cam.ac.uk> [Sun, 20 May 2018 20:14:30 +0100] rev 68240
one last fix