Sun, 31 Oct 2021 19:35:41 +0100 |
wenzelm |
minor performance tuning;
|
file |
diff |
annotate
|
Mon, 25 Oct 2021 17:37:24 +0200 |
wenzelm |
clarified instantiation: local beta reduction after substitution, as for Envir.expand_term_defs;
|
file |
diff |
annotate
|
Wed, 20 Oct 2021 18:13:17 +0200 |
wenzelm |
discontinued obsolete "val extend = I" for data slots;
|
file |
diff |
annotate
|
Fri, 15 Oct 2021 19:25:31 +0200 |
wenzelm |
discontinued Term.dest_abs / Logic.dest_all, which are officially superseded by Variable.dest_abs etc., but there are also Term.dest_abs_global to recover existing tools easily;
|
file |
diff |
annotate
|
Thu, 14 Oct 2021 16:03:20 +0200 |
wenzelm |
clarified signature;
|
file |
diff |
annotate
|
Wed, 13 Oct 2021 13:19:09 +0200 |
wenzelm |
clarified signature;
|
file |
diff |
annotate
|
Fri, 10 Sep 2021 14:59:19 +0200 |
wenzelm |
clarified signature: more scalable operations;
|
file |
diff |
annotate
|
Thu, 09 Sep 2021 15:45:27 +0200 |
wenzelm |
clarified modules;
|
file |
diff |
annotate
|
Thu, 09 Sep 2021 12:33:14 +0200 |
wenzelm |
clarified signature;
|
file |
diff |
annotate
|
Mon, 06 Sep 2021 12:11:17 +0200 |
wenzelm |
clarified signature;
|
file |
diff |
annotate
|
Mon, 06 Sep 2021 11:32:18 +0200 |
wenzelm |
more efficient operations: traverse hyps only when required;
|
file |
diff |
annotate
|
Sat, 04 Sep 2021 22:17:15 +0200 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
Sat, 04 Sep 2021 22:05:35 +0200 |
wenzelm |
clarified signature;
|
file |
diff |
annotate
|
Sat, 04 Sep 2021 21:45:43 +0200 |
wenzelm |
more scalable operations;
|
file |
diff |
annotate
|
Sat, 04 Sep 2021 21:25:08 +0200 |
wenzelm |
clarified signature;
|
file |
diff |
annotate
|
Fri, 03 Sep 2021 18:57:33 +0200 |
wenzelm |
more scalable data structure (but: rarely used many arguments);
|
file |
diff |
annotate
|
Fri, 03 Sep 2021 14:34:14 +0200 |
wenzelm |
minor performance tuning: fewer allocations;
|
file |
diff |
annotate
|
Thu, 26 Aug 2021 14:45:19 +0200 |
wenzelm |
more scalable data structure (but: rarely used with > 5 arguments);
|
file |
diff |
annotate
|
Tue, 03 Aug 2021 13:08:23 +0200 |
wenzelm |
more uniform signatures in ML and Scala;
|
file |
diff |
annotate
|
Fri, 18 Jun 2021 11:32:32 +0200 |
wenzelm |
tuned signature (see 2d6a489adb01);
|
file |
diff |
annotate
|
Tue, 21 Apr 2020 22:19:59 +0200 |
wenzelm |
clarified signature: avoid clash with Isabelle/Scala Term.OFCLASS on case-insensible file-system;
|
file |
diff |
annotate
|
Sat, 14 Mar 2020 21:58:29 +0100 |
wenzelm |
more robust: proper transfer if Context.eq_thy_id;
|
file |
diff |
annotate
|
Mon, 09 Mar 2020 15:38:52 +0100 |
wenzelm |
more thorough strip_shyps for proof boxes (but types are usually stripped and reconstructed later);
|
file |
diff |
annotate
|
Mon, 09 Mar 2020 13:03:42 +0100 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
Mon, 24 Feb 2020 20:57:29 +0100 |
wenzelm |
more position information for oracles (e.g. "skip_proof" for 'sorry'), requires Proofterm.proofs := 1;
|
file |
diff |
annotate
|
Mon, 17 Feb 2020 20:35:04 +0100 |
wenzelm |
proper sort constraints for strip_shyps, for sort relations used in minimization;
|
file |
diff |
annotate
|
Mon, 17 Feb 2020 11:17:09 +0100 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Sun, 16 Feb 2020 17:24:10 +0100 |
wenzelm |
proper sort constraints for strip_shyps, which implicitly performs type instantiation;
|
file |
diff |
annotate
|
Thu, 28 Nov 2019 18:13:23 +0100 |
wenzelm |
more structural integrity;
|
file |
diff |
annotate
|
Fri, 08 Nov 2019 19:06:50 +0100 |
wenzelm |
clarified modules;
|
file |
diff |
annotate
|
Mon, 04 Nov 2019 14:56:49 +0100 |
wenzelm |
more robust expose_proofs corresponding to register_proofs/consolidate_theory;
|
file |
diff |
annotate
|
Sun, 03 Nov 2019 20:38:08 +0100 |
wenzelm |
expose derivations more thoroughly, notably for locale/class reasoning;
|
file |
diff |
annotate
|
Sun, 03 Nov 2019 16:01:39 +0100 |
wenzelm |
more robust;
|
file |
diff |
annotate
|
Sun, 03 Nov 2019 15:48:59 +0100 |
wenzelm |
clarified modules;
|
file |
diff |
annotate
|
Tue, 22 Oct 2019 20:55:13 +0200 |
wenzelm |
clarified axiom_table: uniform space (e.g. like consts), e.g. relevant for export of HOL-ex.Join_Theory;
|
file |
diff |
annotate
|
Sun, 20 Oct 2019 20:38:22 +0200 |
wenzelm |
clarified expand_proof/expand_name: allow more detailed control via thm_header;
|
file |
diff |
annotate
|
Sat, 19 Oct 2019 15:32:32 +0200 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
Fri, 11 Oct 2019 19:35:59 +0200 |
wenzelm |
proper treatment of axm_proof/oracle_proof like a closed proof constant, e.g. relevant for proof reconstruction of List.list.full_exhaustive_list.simps;
|
file |
diff |
annotate
|
Fri, 11 Oct 2019 18:26:35 +0200 |
wenzelm |
clarified oracle_proof;
|
file |
diff |
annotate
|
Thu, 10 Oct 2019 15:52:30 +0200 |
wenzelm |
proper generalize_proof: schematic variables need to be explicit in the resulting proof term (for shrink/reconstruct operation);
|
file |
diff |
annotate
|
Thu, 10 Oct 2019 15:10:07 +0200 |
wenzelm |
tuned -- more direct ML expressions;
|
file |
diff |
annotate
|
Thu, 10 Oct 2019 15:00:36 +0200 |
wenzelm |
clarified modules;
|
file |
diff |
annotate
|
Thu, 10 Oct 2019 14:53:48 +0200 |
wenzelm |
more accurate treatment of propositions within proof terms, but these are ultimately ignored for performance reasons;
|
file |
diff |
annotate
|
Wed, 09 Oct 2019 22:52:34 +0200 |
wenzelm |
misc tuning and clarification;
|
file |
diff |
annotate
|
Wed, 09 Oct 2019 22:18:23 +0200 |
wenzelm |
tuned -- allow slightly more expensive atomic proofs;
|
file |
diff |
annotate
|
Fri, 23 Aug 2019 13:20:13 +0200 |
wenzelm |
clarified signature: prefer total operations;
|
file |
diff |
annotate
|
Tue, 20 Aug 2019 18:39:33 +0200 |
wenzelm |
clarified thm_id vs. thm_node/thm: retain theory_name;
|
file |
diff |
annotate
|
Tue, 20 Aug 2019 15:24:07 +0200 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Tue, 20 Aug 2019 15:12:06 +0200 |
wenzelm |
unused (see 095dadc62bb5);
|
file |
diff |
annotate
|
Tue, 20 Aug 2019 11:28:29 +0200 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Tue, 20 Aug 2019 11:01:05 +0200 |
wenzelm |
clarified signature;
|
file |
diff |
annotate
|
Sat, 17 Aug 2019 17:59:55 +0200 |
wenzelm |
discontinued peek_status: unused and not clearly defined;
|
file |
diff |
annotate
|
Sat, 17 Aug 2019 17:21:30 +0200 |
wenzelm |
added ML antiquotation @{oracle_name};
|
file |
diff |
annotate
|
Sat, 17 Aug 2019 13:39:28 +0200 |
wenzelm |
more robust, notably for open_proof of unnamed derivation;
|
file |
diff |
annotate
|
Sat, 17 Aug 2019 12:44:22 +0200 |
wenzelm |
added command 'thm_oracles';
|
file |
diff |
annotate
|
Sat, 17 Aug 2019 11:39:29 +0200 |
wenzelm |
unused;
|
file |
diff |
annotate
|
Sat, 17 Aug 2019 10:38:02 +0200 |
wenzelm |
clarified signature;
|
file |
diff |
annotate
|
Fri, 16 Aug 2019 21:02:18 +0200 |
wenzelm |
clarified identity of PThm nodes: do not reuse old id after renaming -- enforce uniqueness of substructures;
|
file |
diff |
annotate
|
Fri, 16 Aug 2019 10:04:47 +0200 |
wenzelm |
clarified derivation_name vs. raw_derivation_name;
|
file |
diff |
annotate
|
Mon, 12 Aug 2019 19:29:33 +0200 |
wenzelm |
more robust -- notably for metis, which tends to accumulate tpairs;
|
file |
diff |
annotate
|