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;