wenzelm [Thu, 23 Jan 2025 22:20:40 +0100] rev 81961
more antiquotations;
wenzelm [Thu, 23 Jan 2025 22:19:30 +0100] rev 81960
support for @{instantiate (no_beta) ...};
wenzelm [Thu, 23 Jan 2025 20:46:26 +0100] rev 81959
minor performance tuning: more fine-grained guard to skip irrelevant items;
wenzelm [Thu, 23 Jan 2025 20:06:14 +0100] rev 81958
proper treatment of variables with the same name, but different sorts/types: this routinely happens in HOL Light (see also 0e2f019477e2), as well as theory "HOL-Algebra.Algebraic_Closure_Type" (line 77);
wenzelm [Thu, 23 Jan 2025 14:25:31 +0100] rev 81957
tuned output;
wenzelm [Wed, 22 Jan 2025 22:50:39 +0100] rev 81956
minor performance tuning: omit redundant inst_cterm;
wenzelm [Wed, 22 Jan 2025 22:37:38 +0100] rev 81955
tuned signature: more operations;
wenzelm [Wed, 22 Jan 2025 22:22:19 +0100] rev 81954
misc tuning: more concise operations on prems (without change of exceptions);
discontinue odd clone Drule.cprems_of (see also 991a3feaf270);
wenzelm [Wed, 22 Jan 2025 21:35:05 +0100] rev 81953
tuned: prefer Thm.prem_of, which differes wrt. exceptions that are not handled here;
wenzelm [Wed, 22 Jan 2025 21:31:45 +0100] rev 81952
tuned signature: more explicit operations;