paulson <lp15@cam.ac.uk> [Fri, 09 Aug 2024 20:45:31 +0100] rev 80732
revised/generalised some lemmas
Fabian Huch <huch@in.tum.de> [Wed, 21 Aug 2024 13:33:19 +0200] rev 80731
remove terminated jobs, even if futures do not complete;
Fabian Huch <huch@in.tum.de> [Tue, 20 Aug 2024 17:28:51 +0200] rev 80730
terminate jobs properly;
wenzelm [Sun, 18 Aug 2024 20:03:32 +0200] rev 80729
clarified signature: eliminate clones;
wenzelm [Sun, 18 Aug 2024 19:37:32 +0200] rev 80728
tuned: more antiquotations;
wenzelm [Sun, 18 Aug 2024 18:51:31 +0200] rev 80727
tuned: more antiquotations;
wenzelm [Sun, 18 Aug 2024 18:08:16 +0200] rev 80726
misc tuning;
wenzelm [Sun, 18 Aug 2024 16:46:32 +0200] rev 80725
tuned: eliminate clone (with change of internal exceptions);
wenzelm [Sun, 18 Aug 2024 15:49:24 +0200] rev 80724
tuned: more antiquotations;
wenzelm [Sun, 18 Aug 2024 15:41:55 +0200] rev 80723
tuned comments and whitespace (see also 589645894305);
wenzelm [Sun, 18 Aug 2024 15:29:18 +0200] rev 80722
tuned: more antiquotations;
wenzelm [Sun, 18 Aug 2024 15:29:03 +0200] rev 80721
tuned: more antiquotations;
wenzelm [Sun, 18 Aug 2024 15:21:50 +0200] rev 80720
proper const (see also 759bffe1d416 and b2800da9eb8a);
wenzelm [Sun, 18 Aug 2024 15:08:32 +0200] rev 80719
tuned: inline constants;
wenzelm [Sun, 18 Aug 2024 14:49:23 +0200] rev 80718
tuned: eliminate clone;
wenzelm [Sun, 18 Aug 2024 14:40:49 +0200] rev 80717
tuned: more antiquotations;
wenzelm [Sun, 18 Aug 2024 14:22:21 +0200] rev 80716
prefer host that is less likely to be down;
wenzelm [Thu, 15 Aug 2024 13:58:09 +0200] rev 80715
adapt and activate congprocs examples, following the current Simplifier implementation;
minor tuning;
wenzelm [Thu, 15 Aug 2024 13:47:09 +0200] rev 80714
original Congproc_Ex.thy by Norbert Schirmer: still inactive;
wenzelm [Thu, 15 Aug 2024 13:45:48 +0200] rev 80713
provide Simplifier.set_mksimps_context (roughly following Norbert Schirmer): allow update of context when premises are added to the local simpset;
wenzelm [Thu, 15 Aug 2024 12:43:17 +0200] rev 80712
clarified signature;
wenzelm [Thu, 15 Aug 2024 12:22:39 +0200] rev 80711
more direct access to Simplifier.mk_cong, to avoid odd Simpdata.mk_meta_cong seen in the wild;
wenzelm [Thu, 15 Aug 2024 11:49:45 +0200] rev 80710
tuned;
wenzelm [Wed, 14 Aug 2024 21:23:22 +0200] rev 80709
support for congprocs in the Simplifier, closely following Norbert Schirmer et-al, but with only one "simproc" name space and "simproc_setup" command / ML antiquotation;