created separate session "HOL-BNF-LFP" as a step towards eventual integration in "HOL" in the middle term
authorblanchet
Fri, 21 Sep 2012 16:53:38 +0200
changeset 49511 9f5bfef8bd82
parent 49510 ba50d204095e
child 49512 82d99fe04018
created separate session "HOL-BNF-LFP" as a step towards eventual integration in "HOL" in the middle term
src/HOL/ROOT
--- a/src/HOL/ROOT	Fri Sep 21 16:45:06 2012 +0200
+++ b/src/HOL/ROOT	Fri Sep 21 16:53:38 2012 +0200
@@ -604,13 +604,19 @@
 
 session "HOL-Cardinals" in Cardinals = "HOL-Cardinals-Base" +
   description {* Ordinals and Cardinals, Full Theories *}
+  options [document = false]
   theories Cardinals
   files
     "document/intro.tex"
     "document/root.tex"
     "document/root.bib"
 
-session "HOL-BNF" in BNF = "HOL-Cardinals" +
+session "HOL-BNF-LFP" in BNF = "HOL-Cardinals-Base" +
+  description {* Bounded Natural Functors for Datatypes *}
+  options [document = false]
+  theories BNF_LFP
+
+session "HOL-BNF" in BNF = "HOL-BNF-LFP" +
   description {* Bounded Natural Functors for (Co)datatypes *}
   options [document = false]
   theories BNF