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)
wenzelm [Sun, 11 Aug 2019 22:36:34 +0200] rev 70503
record sort constraints unconditionally: minimal performance implications;
wenzelm [Sat, 10 Aug 2019 17:09:20 +0200] rev 70502
more careful export of unnamed proof boxes: avoid duplicates via memoing;
wenzelm [Sat, 10 Aug 2019 16:16:54 +0200] rev 70501
tuned signature;
wenzelm [Sat, 10 Aug 2019 15:11:34 +0200] rev 70500
export each PThm node separately: slightly more scalable;
wenzelm [Sat, 10 Aug 2019 12:53:35 +0200] rev 70499
allow duplicate exports via strict = false;
wenzelm [Sat, 10 Aug 2019 10:31:56 +0200] rev 70498
tuned message;
wenzelm [Sat, 10 Aug 2019 10:26:21 +0200] rev 70497
more positions;
wenzelm [Sat, 10 Aug 2019 10:17:07 +0200] rev 70496
more positions;
wenzelm [Fri, 09 Aug 2019 20:33:05 +0200] rev 70495
tuned;
wenzelm [Fri, 09 Aug 2019 17:14:49 +0200] rev 70494
formal position for PThm nodes;
wenzelm [Fri, 09 Aug 2019 15:58:26 +0200] rev 70493
clarified ML types;
wenzelm [Fri, 09 Aug 2019 10:30:54 +0200] rev 70492
proper treatment of body oracles, outside of recursion into thms graph;