wenzelm [Thu, 15 Aug 2019 16:17:18 +0200] rev 70535
more complete pattern match;
wenzelm [Thu, 15 Aug 2019 16:06:57 +0200] rev 70534
export facts with reconstructed proof term (if possible), but its PThm boxes need to be collected separately;
wenzelm [Thu, 15 Aug 2019 16:02:47 +0200] rev 70533
support for (fully reconstructed) proof terms in Scala;
proper cache_typs;
paulson <lp15@cam.ac.uk> [Thu, 15 Aug 2019 16:11:56 +0100] rev 70532
new material; rotated premises of Lim_transform_eventually
wenzelm [Wed, 14 Aug 2019 19:50:23 +0200] rev 70531
clarified name context for abstractions -- in contrast to 367e60d9aa1b and Term.variant_frees (*as they are printed :-*);
wenzelm [Wed, 14 Aug 2019 19:40:30 +0200] rev 70530
tuned;
wenzelm [Wed, 14 Aug 2019 19:21:34 +0200] rev 70529
uniform standard_vars for terms and proof terms;
wenzelm [Wed, 14 Aug 2019 11:14:27 +0200] rev 70528
treat simproc results as atomic -- more compact proof terms;
wenzelm [Tue, 13 Aug 2019 21:52:08 +0200] rev 70527
tuned;
wenzelm [Tue, 13 Aug 2019 21:18:26 +0200] rev 70526
minor performance tuning;
wenzelm [Tue, 13 Aug 2019 20:54:08 +0200] rev 70525
NEWS and example for Theory.join_theory;
wenzelm [Tue, 13 Aug 2019 20:19:15 +0200] rev 70524
tuned whitespace;
wenzelm [Tue, 13 Aug 2019 20:17:02 +0200] rev 70523
more compact proof terms;
wenzelm [Tue, 13 Aug 2019 20:16:03 +0200] rev 70522
more documentation;
wenzelm [Tue, 13 Aug 2019 15:34:46 +0200] rev 70521
added SUBPROOFS / "subproofs" method combinator, for more compact proofterms;
wenzelm [Tue, 13 Aug 2019 10:27:21 +0200] rev 70520
clarified modules;
wenzelm [Mon, 12 Aug 2019 21:22:40 +0200] rev 70519
merged
wenzelm [Mon, 12 Aug 2019 19:47:48 +0200] rev 70518
more compact proof terms;
wenzelm [Mon, 12 Aug 2019 19:29:33 +0200] rev 70517
more robust -- notably for metis, which tends to accumulate tpairs;
wenzelm [Mon, 12 Aug 2019 18:53:02 +0200] rev 70516
tuned -- avoid shadowing of ML names;
wenzelm [Mon, 12 Aug 2019 18:00:46 +0200] rev 70515
tuned;
wenzelm [Mon, 12 Aug 2019 17:15:41 +0200] rev 70514
more compact proof terms;
wenzelm [Mon, 12 Aug 2019 15:44:41 +0200] rev 70513
tuned;
wenzelm [Mon, 12 Aug 2019 15:43:05 +0200] rev 70512
tuned;
wenzelm [Mon, 12 Aug 2019 15:29:06 +0200] rev 70511
tuned -- eliminated unused parameters;
wenzelm [Mon, 12 Aug 2019 15:24:41 +0200] rev 70510
more direct/compact export of proof terms;
wenzelm [Mon, 12 Aug 2019 15:22:32 +0200] rev 70509
output physical_stderr, e.g. for low-level debugging;
wenzelm [Mon, 12 Aug 2019 14:39:55 +0200] rev 70508
tuned;
wenzelm [Mon, 12 Aug 2019 11:16:10 +0200] rev 70507
do not open ML structures;
wenzelm [Mon, 12 Aug 2019 11:15:57 +0200] rev 70506
tuned;
wenzelm [Mon, 12 Aug 2019 11:04:41 +0200] rev 70505
misc tuning -- slightly more readable;
nipkow [Mon, 12 Aug 2019 15:57:40 +0200] rev 70504
simplified defs (thanks to Mohammad)