wenzelm [Sat, 17 Aug 2019 13:39:28 +0200] rev 70564
more robust, notably for open_proof of unnamed derivation;
wenzelm [Sat, 17 Aug 2019 13:24:40 +0200] rev 70563
tuned comments;
wenzelm [Sat, 17 Aug 2019 13:17:40 +0200] rev 70562
NEWS;
wenzelm [Sat, 17 Aug 2019 13:16:19 +0200] rev 70561
more accurate proposition for cheat_tac (command 'sorry');
wenzelm [Sat, 17 Aug 2019 12:44:22 +0200] rev 70560
added command 'thm_oracles';
wenzelm [Sat, 17 Aug 2019 11:52:47 +0200] rev 70559
clarified type for recorded oracles;
wenzelm [Sat, 17 Aug 2019 11:39:29 +0200] rev 70558
unused;
wenzelm [Sat, 17 Aug 2019 11:23:20 +0200] rev 70557
clarified signature;
wenzelm [Sat, 17 Aug 2019 11:13:16 +0200] rev 70556
clarified modules;
wenzelm [Sat, 17 Aug 2019 11:02:09 +0200] rev 70555
clarified lookup operations: more scalable for multiple retrieval;
wenzelm [Sat, 17 Aug 2019 10:38:02 +0200] rev 70554
clarified signature;
wenzelm [Fri, 16 Aug 2019 21:50:57 +0200] rev 70553
merged
wenzelm [Fri, 16 Aug 2019 21:38:42 +0200] rev 70552
maintain thm_name vs. derivation_id for global facts;
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;