Sat, 10 Aug 2019 15:11:34 +0200 |
wenzelm |
export each PThm node separately: slightly more scalable;
|
file |
diff |
annotate
|
Sat, 10 Aug 2019 10:26:21 +0200 |
wenzelm |
more positions;
|
file |
diff |
annotate
|
Fri, 09 Aug 2019 20:33:05 +0200 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Fri, 09 Aug 2019 17:14:49 +0200 |
wenzelm |
formal position for PThm nodes;
|
file |
diff |
annotate
|
Fri, 09 Aug 2019 15:58:26 +0200 |
wenzelm |
clarified ML types;
|
file |
diff |
annotate
|
Fri, 09 Aug 2019 10:30:54 +0200 |
wenzelm |
proper treatment of body oracles, outside of recursion into thms graph;
|
file |
diff |
annotate
|
Fri, 02 Aug 2019 14:14:49 +0200 |
wenzelm |
more direct proofs for type classes;
|
file |
diff |
annotate
|
Thu, 01 Aug 2019 10:14:58 +0200 |
wenzelm |
clarified module structure;
|
file |
diff |
annotate
|
Wed, 31 Jul 2019 19:50:38 +0200 |
wenzelm |
clarified export: retain proof boxes as local definitions -- more scalable;
|
file |
diff |
annotate
|
Tue, 30 Jul 2019 20:09:25 +0200 |
wenzelm |
clarified global theory context;
|
file |
diff |
annotate
|
Tue, 30 Jul 2019 19:01:51 +0200 |
wenzelm |
more robust export, based on reconstruct_proof / expand_proof;
|
file |
diff |
annotate
|
Tue, 30 Jul 2019 14:35:29 +0200 |
wenzelm |
clarified modules: provide reconstruct_proof / expand_proof at the bottom of proof term construction;
|
file |
diff |
annotate
|
Tue, 30 Jul 2019 11:12:52 +0200 |
wenzelm |
discontinue clean_proof: without type args its PThm nodes are not expanded, but with type args it is too unstable;
|
file |
diff |
annotate
|
Mon, 29 Jul 2019 18:16:51 +0200 |
wenzelm |
more diagnostic operations;
|
file |
diff |
annotate
|
Mon, 29 Jul 2019 15:10:30 +0200 |
wenzelm |
tuned -- non-strict args;
|
file |
diff |
annotate
|
Mon, 29 Jul 2019 11:21:41 +0200 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
Mon, 29 Jul 2019 11:09:37 +0200 |
wenzelm |
clarified signature;
|
file |
diff |
annotate
|
Mon, 29 Jul 2019 10:26:12 +0200 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
Sat, 27 Jul 2019 15:50:25 +0200 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Sat, 27 Jul 2019 15:24:16 +0200 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Fri, 26 Jul 2019 16:36:11 +0200 |
wenzelm |
tuned -- reorder sections;
|
file |
diff |
annotate
|
Fri, 26 Jul 2019 15:29:10 +0200 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Fri, 26 Jul 2019 14:43:56 +0200 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
Fri, 26 Jul 2019 14:27:46 +0200 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Fri, 26 Jul 2019 09:59:11 +0200 |
wenzelm |
finalize proofs earlier to reduce memory requirement;
|
file |
diff |
annotate
|
Fri, 26 Jul 2019 09:50:12 +0200 |
wenzelm |
more explicit type proof_serial;
|
file |
diff |
annotate
|
Fri, 26 Jul 2019 09:35:02 +0200 |
wenzelm |
defer rew_proof on unnamed PThm node as open_proof operation: significant performance improvement;
|
file |
diff |
annotate
|
Wed, 24 Jul 2019 13:30:15 +0200 |
wenzelm |
prefer local counter;
|
file |
diff |
annotate
|
Wed, 24 Jul 2019 13:19:00 +0200 |
wenzelm |
more accurate proof export;
|
file |
diff |
annotate
|
Wed, 24 Jul 2019 11:57:30 +0200 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Wed, 24 Jul 2019 11:54:08 +0200 |
wenzelm |
more thorough clean_proof;
|
file |
diff |
annotate
|
Tue, 23 Jul 2019 23:10:22 +0200 |
wenzelm |
treat MinProof like Promise before 725438ceae7c, e.g. relevant for performance of session Corec (due to Thm.derivation_closed/close_derivation);
|
file |
diff |
annotate
|
Tue, 23 Jul 2019 19:04:56 +0200 |
wenzelm |
clarified treatment of unnamed PThm nodes (from close_derivation): retain full proof, publish when named;
|
file |
diff |
annotate
|
Tue, 23 Jul 2019 12:16:02 +0200 |
wenzelm |
tuned comments;
|
file |
diff |
annotate
|
Tue, 23 Jul 2019 12:07:50 +0200 |
wenzelm |
proof terms are always constructed sequentially;
|
file |
diff |
annotate
|
Mon, 22 Jul 2019 21:55:02 +0200 |
wenzelm |
tuned comments -- proper sections;
|
file |
diff |
annotate
|
Mon, 22 Jul 2019 16:15:40 +0200 |
wenzelm |
support export_proofs, prune_proofs;
|
file |
diff |
annotate
|
Mon, 22 Jul 2019 14:47:21 +0200 |
wenzelm |
clarified postproc: apply shrink_proof last, e.g. relevant for export of full proof term;
|
file |
diff |
annotate
|
Mon, 22 Jul 2019 11:40:04 +0200 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Mon, 22 Jul 2019 11:39:30 +0200 |
wenzelm |
clarified exception;
|
file |
diff |
annotate
|
Mon, 22 Jul 2019 11:31:42 +0200 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Mon, 22 Jul 2019 11:10:08 +0200 |
wenzelm |
more accurate type information;
|
file |
diff |
annotate
|
Sun, 21 Jul 2019 15:19:07 +0200 |
wenzelm |
global declaration of abstract syntax for proof terms, with qualified names;
|
file |
diff |
annotate
|
Wed, 02 May 2018 23:34:40 +0200 |
wenzelm |
tuned -- slightly smaller future closure size;
|
file |
diff |
annotate
|
Tue, 24 Apr 2018 18:10:08 +0200 |
wenzelm |
more ambitious parallelism (in contrast to a8ee8e4884ec): pri = 1 ensures that internal proof tasks are executed before the already forked theory outline with pri = 0;
|
file |
diff |
annotate
|
Tue, 24 Apr 2018 11:07:18 +0200 |
wenzelm |
less ambitious parallelism: avoid problems with HOL-Proofs and threads=2 (congestion with many thousands futures and rather dense heap);
|
file |
diff |
annotate
|
Mon, 19 Feb 2018 18:12:28 +0100 |
wenzelm |
tuned: more parallel;
|
file |
diff |
annotate
|
Thu, 22 Jun 2017 21:10:13 +0200 |
wenzelm |
consolidate proofs more simultaneously;
|
file |
diff |
annotate
|
Thu, 22 Jun 2017 15:20:32 +0200 |
wenzelm |
more informative task_statistics;
|
file |
diff |
annotate
|
Sun, 09 Apr 2017 19:03:55 +0200 |
wenzelm |
tuned signature -- prefer qualified names;
|
file |
diff |
annotate
|
Fri, 16 Dec 2016 19:07:16 +0100 |
wenzelm |
consolidate nested thms with persistent result, for improved performance;
|
file |
diff |
annotate
|
Fri, 16 Dec 2016 14:06:31 +0100 |
wenzelm |
tuned signature -- more abstract type thm_node;
|
file |
diff |
annotate
|
Thu, 15 Dec 2016 22:22:45 +0100 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
Wed, 14 Dec 2016 18:22:18 +0100 |
wenzelm |
more careful derivation_closed / close_derivation;
|
file |
diff |
annotate
|
Wed, 14 Dec 2016 15:48:18 +0100 |
wenzelm |
tuned whitespace;
|
file |
diff |
annotate
|
Mon, 12 Sep 2016 20:24:42 +0200 |
wenzelm |
tuned -- fewer warnings;
|
file |
diff |
annotate
|
Sat, 06 Aug 2016 17:39:21 +0200 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
Thu, 07 Apr 2016 12:08:02 +0200 |
wenzelm |
prefer regular context update, to allow continuous editing of Pure;
|
file |
diff |
annotate
|
Tue, 08 Mar 2016 21:07:47 +0100 |
haftmann |
provide explicit hint concering uniqueness of derivation
|
file |
diff |
annotate
|
Mon, 23 Mar 2015 19:43:03 +0100 |
wenzelm |
local fixes may depend on goal params;
|
file |
diff |
annotate
|