clarified parent session images, to avoid duplicate loading of theories;
authorwenzelm
Sun, 23 Apr 2017 23:49:14 +0200
changeset 65569 3cb6f3281ef1
parent 65568 1070be576372
child 65570 660df4a6dc59
clarified parent session images, to avoid duplicate loading of theories;
src/Doc/ROOT
src/HOL/ROOT
src/ZF/ROOT
--- a/src/Doc/ROOT	Sun Apr 23 23:10:33 2017 +0200
+++ b/src/Doc/ROOT	Sun Apr 23 23:49:14 2017 +0200
@@ -16,7 +16,7 @@
     "root.tex"
     "style.sty"
 
-session Codegen_Basics in "Codegen" = "HOL" +
+session Codegen_Basics in "Codegen" = "HOL-Library" +
   options [document = false]
   theories
     Setup
@@ -44,7 +44,7 @@
     "root.tex"
     "style.sty"
 
-session Corec (doc) in "Corec" = HOL +
+session Corec (doc) in "Corec" = "HOL-Library" +
   options [document_variants = "corec"]
   theories [document = false] "../Datatypes/Setup"
   theories Corec
@@ -60,7 +60,7 @@
     "root.tex"
     "style.sty"
 
-session Datatypes (doc) in "Datatypes" = HOL +
+session Datatypes (doc) in "Datatypes" = "HOL-Library" +
   options [document_variants = "datatypes"]
   theories [document = false] Setup
   theories Datatypes
--- a/src/HOL/ROOT	Sun Apr 23 23:10:33 2017 +0200
+++ b/src/HOL/ROOT	Sun Apr 23 23:49:14 2017 +0200
@@ -690,7 +690,7 @@
     SET_Protocol
   document_files "root.tex"
 
-session "HOL-Matrix_LP" in Matrix_LP = HOL +
+session "HOL-Matrix_LP" in Matrix_LP = "HOL-Library" +
   description {*
     Two-dimensional matrices and linear programming.
   *}
@@ -982,7 +982,7 @@
   options [document = false]
   theories MutabelleExtra
 
-session "HOL-Quickcheck_Examples" (timing) in Quickcheck_Examples = HOL +
+session "HOL-Quickcheck_Examples" (timing) in Quickcheck_Examples = "HOL-Library" +
   options [document = false]
   theories
     Quickcheck_Examples
@@ -994,7 +994,7 @@
     Hotel_Example
     Quickcheck_Narrowing_Examples
 
-session "HOL-Quotient_Examples" (timing) in Quotient_Examples = "HOL-Library" +
+session "HOL-Quotient_Examples" (timing) in Quotient_Examples = "HOL-Algebra" +
   description {*
     Author:     Cezary Kaliszyk and Christian Urban
   *}
@@ -1012,7 +1012,7 @@
     Int_Pow
     Lifting_Code_Dt_Test
 
-session "HOL-Predicate_Compile_Examples" (timing) in Predicate_Compile_Examples = HOL +
+session "HOL-Predicate_Compile_Examples" (timing) in Predicate_Compile_Examples = "HOL-Library" +
   options [document = false]
   theories
     Examples
--- a/src/ZF/ROOT	Sun Apr 23 23:10:33 2017 +0200
+++ b/src/ZF/ROOT	Sun Apr 23 23:49:14 2017 +0200
@@ -198,7 +198,7 @@
   options [document = false]
   theories Confluence
 
-session "ZF-UNITY" (timing ZF) in UNITY = ZF +
+session "ZF-UNITY" (timing ZF) in UNITY = "ZF-Induct" +
   description {*
     Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
     Copyright   1998  University of Cambridge