wenzelm [Fri, 16 Aug 2019 21:02:18 +0200] rev 70551
clarified identity of PThm nodes: do not reuse old id after renaming -- enforce uniqueness of substructures;
wenzelm [Fri, 16 Aug 2019 14:01:51 +0200] rev 70550
clarified signature;
paulson <lp15@cam.ac.uk> [Fri, 16 Aug 2019 15:48:08 +0100] rev 70549
Fixed brace matching (plus some whitespace cleanup)
paulson [Fri, 16 Aug 2019 12:53:47 +0100] rev 70548
merged
paulson <lp15@cam.ac.uk> [Fri, 16 Aug 2019 12:53:36 +0100] rev 70547
new material on eqiintegrable functions, etc.
wenzelm [Fri, 16 Aug 2019 11:40:13 +0200] rev 70546
clarified treatment of individual theorems;
tuned messages;
wenzelm [Fri, 16 Aug 2019 10:33:25 +0200] rev 70545
tuned signature;
wenzelm [Fri, 16 Aug 2019 10:20:41 +0200] rev 70544
clarified signature;
wenzelm [Fri, 16 Aug 2019 10:04:47 +0200] rev 70543
clarified derivation_name vs. raw_derivation_name;
wenzelm [Thu, 15 Aug 2019 21:46:43 +0200] rev 70542
merged
wenzelm [Thu, 15 Aug 2019 21:18:06 +0200] rev 70541
more careful treatment of hidden type variable names: smash before zero_var_indexes to get standard enumeration;
wenzelm [Thu, 15 Aug 2019 19:35:17 +0200] rev 70540
more careful treatment of standard_vars: rename apart from existing frees and avoid approximative Name.declared, proper application of unvarifyT within terms of proof;
wenzelm [Thu, 15 Aug 2019 18:21:12 +0200] rev 70539
support Export_Theory.read_proof, based on theory_name and serial;
wenzelm [Thu, 15 Aug 2019 16:57:09 +0200] rev 70538
clarified PThm: theory_name simplifies retrieval from exports;
wenzelm [Thu, 15 Aug 2019 16:38:55 +0200] rev 70537
Indexname.toString according to string_of_vname' in ML;
wenzelm [Thu, 15 Aug 2019 16:26:50 +0200] rev 70536
clarified type Indexname, with plain value Int;
eliminated pointless cache_int;
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;