src/Pure/proofterm.ML
Fri, 08 Dec 2023 15:58:08 +0100 wenzelm tuned: avoid shadowing;
Fri, 08 Dec 2023 14:55:43 +0100 wenzelm tuned names;
Fri, 08 Dec 2023 14:48:17 +0100 wenzelm tuned -- eliminate clones;
Fri, 08 Dec 2023 12:10:53 +0100 wenzelm clarified signature;
Fri, 08 Dec 2023 12:05:56 +0100 wenzelm tuned;
Thu, 07 Dec 2023 15:25:29 +0100 wenzelm tuned;
Thu, 07 Dec 2023 14:48:58 +0100 wenzelm misc tuning and clarification, following Term.incr_bv / Term.incr_boundvars;
Thu, 07 Dec 2023 13:05:34 +0100 wenzelm tuned;
Thu, 07 Dec 2023 13:04:48 +0100 wenzelm tuned;
Thu, 07 Dec 2023 12:12:13 +0100 wenzelm minor performance tuning: regular Same.operation;
Thu, 07 Dec 2023 11:48:34 +0100 wenzelm clarified signature: more standard argument order;
Thu, 07 Dec 2023 10:54:57 +0100 wenzelm tuned whitespace;
Thu, 07 Dec 2023 10:52:48 +0100 wenzelm tuned: more standard names;
Thu, 07 Dec 2023 10:46:49 +0100 wenzelm clarified signature;
Thu, 07 Dec 2023 10:40:59 +0100 wenzelm tuned: prefer Same.commit;
Thu, 07 Dec 2023 10:34:57 +0100 wenzelm tuned: more standard argument order;
Thu, 07 Dec 2023 10:06:51 +0100 wenzelm clarified signature;
Wed, 06 Dec 2023 15:58:20 +0100 wenzelm clarified modules;
Tue, 05 Dec 2023 22:04:01 +0100 wenzelm minor performance tuning;
Tue, 05 Dec 2023 21:27:42 +0100 wenzelm more zproofs;
Tue, 05 Dec 2023 20:56:51 +0100 wenzelm misc tuning and clarification;
Tue, 05 Dec 2023 16:38:16 +0100 wenzelm tuned;
Mon, 04 Dec 2023 22:39:57 +0100 wenzelm tuned;
Mon, 04 Dec 2023 20:03:03 +0100 wenzelm tuned;
Mon, 04 Dec 2023 12:10:39 +0100 wenzelm clarified modules;
Sat, 02 Dec 2023 19:57:57 +0100 wenzelm clarified proof_body: cover zboxes from zproof;
Sat, 02 Dec 2023 15:42:50 +0100 wenzelm pro-forma support for optional zproof: no proper content yet;
Fri, 01 Dec 2023 18:12:18 +0100 wenzelm clarified signature: follow Term.could_unify;
Thu, 12 Oct 2023 10:56:45 +0200 wenzelm distinguish proper interrupts from Poly/ML RTS breakdown;
Wed, 11 Oct 2023 11:59:24 +0200 wenzelm proper Exn.capture / Isabelle_Thread.try_catch;
Thu, 20 Apr 2023 12:23:41 +0200 wenzelm proper theory_long_name;
Thu, 20 Apr 2023 11:57:34 +0200 wenzelm clarified signature: explicitly distinguish theory_base_name vs. theory_long_name;
Tue, 18 Apr 2023 18:27:22 +0200 wenzelm tuned;
Tue, 18 Apr 2023 12:23:37 +0200 wenzelm backout 4a174bea55e2;
Tue, 18 Apr 2023 12:04:41 +0200 wenzelm backout e3fe192fa4a8;
Tue, 18 Apr 2023 11:58:12 +0200 wenzelm backout 61f652dd955a;
Tue, 18 Apr 2023 11:45:04 +0200 wenzelm Backed out changeset e3db27e3b0c6
Tue, 18 Apr 2023 11:44:10 +0200 wenzelm Backed out changeset cd5d56abda10
Tue, 11 Apr 2023 21:02:15 +0200 wenzelm tuned signature;
Tue, 11 Apr 2023 20:52:38 +0200 wenzelm tuned;
Tue, 11 Apr 2023 20:32:04 +0200 wenzelm performance tuning: replace Ord_List by Table();
Tue, 11 Apr 2023 15:03:02 +0200 wenzelm performance tuning: replace Ord_List by Set();
Tue, 11 Apr 2023 11:24:19 +0200 wenzelm performance tuning: replace Table() by Set();
Tue, 28 Mar 2023 17:59:54 +0200 wenzelm prefer Sortset.T for shyps;
Thu, 08 Sep 2022 13:03:10 +0200 wenzelm tuned output: more Pretty.item;
Thu, 08 Sep 2022 12:52:41 +0200 wenzelm tuned signature;
Wed, 20 Oct 2021 18:13:17 +0200 wenzelm discontinued obsolete "val extend = I" for data slots;
Sat, 02 Oct 2021 12:59:16 +0200 wenzelm clarified signature;
Thu, 09 Sep 2021 12:33:14 +0200 wenzelm clarified signature;
Sat, 04 Sep 2021 22:17:15 +0200 wenzelm tuned signature;
Sat, 04 Sep 2021 22:05:35 +0200 wenzelm clarified signature;
Sat, 04 Sep 2021 21:45:43 +0200 wenzelm more scalable operations;
Sat, 04 Sep 2021 21:25:08 +0200 wenzelm clarified signature;
Sat, 04 Sep 2021 14:18:44 +0200 wenzelm more scalable operations;
Fri, 03 Sep 2021 18:57:33 +0200 wenzelm more scalable data structure (but: rarely used many arguments);
Thu, 26 Aug 2021 14:45:19 +0200 wenzelm more scalable data structure (but: rarely used with > 5 arguments);
Thu, 19 Aug 2021 12:30:20 +0200 wenzelm revert 0faa68dedce5: very slow;
Wed, 18 Aug 2021 16:13:40 +0200 wenzelm consolidate_body more thoroughly, e.g. for reduced ML_Heap.obj_size;
Tue, 21 Apr 2020 22:19:59 +0200 wenzelm clarified signature: avoid clash with Isabelle/Scala Term.OFCLASS on case-insensible file-system;
Mon, 09 Mar 2020 16:58:23 +0100 wenzelm proper grounding of free types produced by reconstruct_proof/infer_type, e.g. relevant for Lattices_Big.semilattice_set.infinite;
less more (0) -300 -100 -60 tip