wenzelm [Tue, 26 Sep 2023 15:03:02 +0200] rev 78721
tuned;
wenzelm [Tue, 26 Sep 2023 14:42:33 +0200] rev 78720
clarified signature;
wenzelm [Tue, 26 Sep 2023 14:29:55 +0200] rev 78719
more robust management of resources, using Thread_Attributes.uninterruptible;
wenzelm [Tue, 26 Sep 2023 13:37:08 +0200] rev 78718
tuned;
wenzelm [Tue, 26 Sep 2023 13:34:04 +0200] rev 78717
tuned;
wenzelm [Tue, 26 Sep 2023 12:46:31 +0200] rev 78716
tuned signature;
wenzelm [Tue, 26 Sep 2023 12:30:08 +0200] rev 78715
clarified signature: distinction of unmanaged vs. managed interrupts (not implemented yet);
wenzelm [Mon, 25 Sep 2023 21:58:58 +0200] rev 78714
clarified signature;
wenzelm [Mon, 25 Sep 2023 21:46:38 +0200] rev 78713
clarified modules;
wenzelm [Mon, 25 Sep 2023 21:36:46 +0200] rev 78712
unused;
wenzelm [Mon, 25 Sep 2023 21:30:46 +0200] rev 78711
clarified order of modules: early access to interrupt management of Isabelle_Threads;
wenzelm [Mon, 25 Sep 2023 21:09:25 +0200] rev 78710
tuned: prefer antiquotation for try-catch;
wenzelm [Mon, 25 Sep 2023 20:56:44 +0200] rev 78709
tuned: prefer antiquotation for try-catch;
wenzelm [Mon, 25 Sep 2023 19:49:25 +0200] rev 78708
tuned: prefer antiquotation for try-finally;
wenzelm [Mon, 25 Sep 2023 19:28:14 +0200] rev 78707
omit pointless capture/release (see also 469a375212c1);
wenzelm [Mon, 25 Sep 2023 19:27:17 +0200] rev 78706
omit pointless capture/release (see also 26774ccb1c74);
wenzelm [Mon, 25 Sep 2023 18:45:41 +0200] rev 78705
clarified signature: avoid association with potentially dangerous Exn.capture;
wenzelm [Mon, 25 Sep 2023 17:37:52 +0200] rev 78704
more robust: catch/finally part is uninterruptible;
wenzelm [Mon, 25 Sep 2023 17:37:12 +0200] rev 78703
more position information, e.g. for warning about fn-pattern;
wenzelm [Mon, 25 Sep 2023 16:55:11 +0200] rev 78702
unused;
wenzelm [Mon, 25 Sep 2023 16:17:43 +0200] rev 78701
more general ML_Antiquotation.special_form;
more general "try" forms: support 'finally' or 'catch';
paulson <lp15@cam.ac.uk> [Wed, 27 Sep 2023 13:34:15 +0100] rev 78700
Importing or moving a few more useful theorems
paulson [Mon, 25 Sep 2023 17:06:11 +0100] rev 78699
merged
paulson <lp15@cam.ac.uk> [Mon, 25 Sep 2023 17:06:05 +0100] rev 78698
A few new theorems
blanchet [Mon, 25 Sep 2023 17:16:32 +0200] rev 78697
avoid legacy binding errors in Sledgehammer Isar proofs
blanchet [Mon, 25 Sep 2023 17:16:32 +0200] rev 78696
parse applie lambdas correctly plus deal gracefully with lambda-lifting in Zipperposition
blanchet [Mon, 25 Sep 2023 17:16:32 +0200] rev 78695
added argo
blanchet [Mon, 25 Sep 2023 17:16:32 +0200] rev 78694
allow (~) syntax in TPTP proofs for unapplied negation
blanchet [Mon, 25 Sep 2023 17:16:32 +0200] rev 78693
reconstruct Zipperposition's if-then-else in Sledgehammer Isar proofs
blanchet [Mon, 25 Sep 2023 17:16:32 +0200] rev 78692
use same associativity as Isabelle when parsing HOL proofs
blanchet [Mon, 25 Sep 2023 17:16:32 +0200] rev 78691
improved Sledgehammer's HOL proof parser w.r.t. negation
wenzelm [Sun, 24 Sep 2023 15:55:42 +0200] rev 78690
clarified signature;