Kevin Kappelmann <kevin.kappelmann@tum.de> [Thu, 07 Sep 2023 16:53:57 +0200] rev 78652
allow higher-order unification of open terms (reviewed by Larry Paulson)
wenzelm [Wed, 06 Sep 2023 20:51:45 +0200] rev 78651
merged
wenzelm [Wed, 06 Sep 2023 20:51:28 +0200] rev 78650
clarified signature: retain original Poly/ML names Thread.Thread, Thread.Mutex, Thread.ConditionVar and de-emphasize them for Isabelle/ML;
wenzelm [Wed, 06 Sep 2023 16:03:22 +0200] rev 78649
add ML_system_pp for type Isabelle_Thread.T;
wenzelm [Wed, 06 Sep 2023 14:09:27 +0200] rev 78648
more explicit type Isabelle_Thread.T;
total operation Isabelle_Thread.self: upgrade raw ML threads implicitly;
wenzelm [Mon, 04 Sep 2023 21:03:13 +0200] rev 78647
discontinue somewhat pointless thread tracing/debugging: without PIDE command context, messages are not shown, and Exn.trace hardly works anyway (see also de20fccf6509 and 447972249785);
prefer Isabelle_Thread.fork;
wenzelm [Mon, 04 Sep 2023 17:25:16 +0200] rev 78646
tuned whitespace;
blanchet [Tue, 05 Sep 2023 15:23:50 +0200] rev 78645
tuned Sledgehammer messages
blanchet [Tue, 05 Sep 2023 15:23:48 +0200] rev 78644
respect timeout better
wenzelm [Sun, 03 Sep 2023 19:28:59 +0200] rev 78643
merged