src/HOL/ROOT
changeset 48458 09710d6fc3d1
parent 48421 c4d337782de4
child 48470 7483aa690b4f
--- a/src/HOL/ROOT	Tue Jul 24 00:29:36 2012 +0200
+++ b/src/HOL/ROOT	Tue Jul 24 10:11:49 2012 +0200
@@ -6,22 +6,22 @@
 
 session "HOL-Base"! in "." = Pure +
   description {* Raw HOL base, with minimal tools *}
-  options [document = false]
+  options [no_document]
   theories HOL
 
 session "HOL-Plain"! in "." = Pure +
   description {* HOL side-entry after bootstrap of many tools and packages *}
-  options [document = false]
+  options [no_document]
   theories Plain
 
 session "HOL-Main"! in "." = Pure +
   description {* HOL side-entry for Main only, without Complex_Main *}
-  options [document = false]
+  options [no_document]
   theories Main
 
 session "HOL-Proofs"! (2) in "." = Pure +
   description {* HOL-Main with proof terms *}
-  options [document = false, proofs = 2, parallel_proofs = 0]
+  options [no_document, proofs = 2, parallel_proofs = 0]
   theories Main
 
 session HOLCF! (3) = HOL +
@@ -32,7 +32,7 @@
     HOLCF -- a semantic extension of HOL by the LCF logic.
   *}
   options [document_graph]
-  theories [document = false]
+  theories [no_document]
     "~~/src/HOL/Library/Nat_Bijection"
     "~~/src/HOL/Library/Countable"
   theories Plain_HOLCF Fixrec HOLCF