src/HOL/ROOT
changeset 54481 5c9819d7713b
parent 54474 6d5941722fae
child 54961 e60428f432bc
equal deleted inserted replaced
54480:57e781b711b5 54481:5c9819d7713b
   685 session "HOL-Nominal-Examples" in "Nominal/Examples" = "HOL-Nominal" +
   685 session "HOL-Nominal-Examples" in "Nominal/Examples" = "HOL-Nominal" +
   686   options [timeout = 3600, condition = ISABELLE_POLYML, document = false]
   686   options [timeout = 3600, condition = ISABELLE_POLYML, document = false]
   687   theories Nominal_Examples
   687   theories Nominal_Examples
   688   theories [quick_and_dirty] VC_Condition
   688   theories [quick_and_dirty] VC_Condition
   689 
   689 
   690 session "HOL-Cardinals-LFP" in Cardinals = HOL +
   690 session "HOL-Cardinals-FP" in Cardinals = HOL +
   691   description {*
   691   description {*
   692     Ordinals and Cardinals, Theories Needed for BNF LFP Construction.
   692     Ordinals and Cardinals, Theories Needed for BNF FP Constructions.
   693   *}
   693   *}
   694   options [document = false]
   694   options [document = false]
   695   theories Cardinal_Arithmetic_LFP
   695   theories Cardinal_Arithmetic_FP
   696 
   696 
   697 session "HOL-Cardinals-GFP" in Cardinals = "HOL-Cardinals-LFP" +
   697 session "HOL-Cardinals" in Cardinals = "HOL-Cardinals-FP" +
   698   description {*
       
   699     Ordinals and Cardinals, Theories Needed for BNF GFP Construction.
       
   700   *}
       
   701   options [document = false]
       
   702   theories Cardinal_Arithmetic_GFP
       
   703 
       
   704 session "HOL-Cardinals" in Cardinals = "HOL-Cardinals-GFP" +
       
   705   description {*
   698   description {*
   706     Ordinals and Cardinals, Full Theories.
   699     Ordinals and Cardinals, Full Theories.
   707   *}
   700   *}
   708   options [document = false]
   701   options [document = false]
   709   theories Cardinals
   702   theories Cardinals
   710   files
   703   files
   711     "document/intro.tex"
   704     "document/intro.tex"
   712     "document/root.tex"
   705     "document/root.tex"
   713     "document/root.bib"
   706     "document/root.bib"
   714 
   707 
   715 session "HOL-BNF-LFP" in BNF = "HOL-Cardinals-LFP" +
   708 session "HOL-BNF-FP" in BNF = "HOL-Cardinals-FP" +
   716   description {*
       
   717     Bounded Natural Functors for Datatypes.
       
   718   *}
       
   719   options [document = false]
       
   720   theories BNF_LFP
       
   721 
       
   722 session "HOL-BNF-GFP" in BNF = "HOL-Cardinals-GFP" +
       
   723   description {*
       
   724     Bounded Natural Functors for Codatatypes.
       
   725   *}
       
   726   options [document = false]
       
   727   theories BNF_GFP
       
   728 
       
   729 session "HOL-BNF" in BNF = "HOL-Cardinals-GFP" +
       
   730   description {*
   709   description {*
   731     Bounded Natural Functors for (Co)datatypes.
   710     Bounded Natural Functors for (Co)datatypes.
       
   711   *}
       
   712   options [document = false]
       
   713   theories BNF_LFP BNF_GFP
       
   714 
       
   715 session "HOL-BNF" in BNF = "HOL-BNF-FP" +
       
   716   description {*
       
   717     Bounded Natural Functors for (Co)datatypes, Including More BNFs.
   732   *}
   718   *}
   733   options [document = false]
   719   options [document = false]
   734   theories BNF
   720   theories BNF
   735 
   721 
   736 session "HOL-BNF-Examples" in "BNF/Examples" = "HOL-BNF" +
   722 session "HOL-BNF-Examples" in "BNF/Examples" = "HOL-BNF" +