src/HOL/ROOT
changeset 58372 bfd497f2f4c2
parent 58371 7f30ec82fe40
child 58385 9cbef70cff8e
--- a/src/HOL/ROOT	Thu Sep 18 16:47:40 2014 +0200
+++ b/src/HOL/ROOT	Thu Sep 18 16:47:40 2014 +0200
@@ -21,7 +21,7 @@
   *}
   options [timeout = 5400, document = false]
   theories Proofs (*sequential change of global flag!*)
-  theories Main
+  theories "~~/src/HOL/Library/Old_Datatype"
   files
     "Tools/Quickcheck/Narrowing_Engine.hs"
     "Tools/Quickcheck/PNF_Narrowing_Engine.hs"
@@ -51,6 +51,7 @@
     RBT_Set
     (*legacy tools*)
     Refute
+    Old_Datatype
     Old_Recdef
     Old_SMT
   theories [condition = ISABELLE_FULL_TEST]
@@ -91,11 +92,13 @@
 
     PropLog proves the completeness of a formalization of propositional logic
     (see
-    HREF="http://www.cl.cam.ac.uk/Research/Reports/TR312-lcp-set-II.ps.gz).
+    http://www.cl.cam.ac.uk/Research/Reports/TR312-lcp-set-II.ps.gz).
 
     Exp demonstrates the use of iterated inductive definitions to reason about
     mutually recursive relations.
   *}
+  theories [document = false]
+    "~~/src/HOL/Library/Old_Datatype"
   theories [quick_and_dirty]
     Common_Patterns
   theories
@@ -741,6 +744,7 @@
   *}
   options [document = false]
   theories
+    "~~/src/HOL/Library/Old_Datatype"
     Compat
     Lambda_Term
     Process