avoid significant slowdown of HOL-ex and HOL-Codegenerator_Test (amending 7d6e6531de61);
--- a/src/HOL/ROOT Sat Sep 13 14:26:14 2025 +0200
+++ b/src/HOL/ROOT Sat Sep 13 17:47:57 2025 +0200
@@ -367,9 +367,8 @@
theories Hoare_Parallel
document_files "root.bib" "root.tex"
-session "HOL-Codegenerator_Test" in Codegenerator_Test = "HOL" +
+session "HOL-Codegenerator_Test" in Codegenerator_Test = "HOL-Library" +
sessions
- "HOL-Library"
"HOL-Number_Theory"
"HOL-Data_Structures"
"HOL-Examples"
@@ -694,11 +693,13 @@
"root.bib"
"root.tex"
-session "HOL-ex" (timing) in ex = "HOL-Number_Theory" +
+session "HOL-ex" (timing) in ex = "HOL-Library" +
description "
Miscellaneous examples and experiments for Isabelle/HOL.
"
options [document = false]
+ sessions
+ "HOL-Number_Theory"
theories
Antiquote
Argo_Examples