src/HOL/ROOT
changeset 51161 6ed12ae3b3e1
parent 51160 599ff65b85e2
child 51236 f301ad90c48b
equal deleted inserted replaced
51160:599ff65b85e2 51161:6ed12ae3b3e1
    18 
    18 
    19 session "HOL-Library" (main) in Library = HOL +
    19 session "HOL-Library" (main) in Library = HOL +
    20   description {* Classical Higher-order Logic -- batteries included *}
    20   description {* Classical Higher-order Logic -- batteries included *}
    21   theories
    21   theories
    22     Library
    22     Library
    23     Sublist
    23     (*conflicting type class instantiations*)
    24     List_lexord
    24     List_lexord
    25     Sublist_Order
    25     Sublist_Order
    26     Finite_Lattice
       
    27     Code_Char
       
    28     Product_Lexorder
    26     Product_Lexorder
    29     Product_Order
    27     Product_Order
       
    28     Finite_Lattice
       
    29     (*data refinements and dependent applications*)
       
    30     AList_Mapping
       
    31     Code_Binary_Nat
       
    32     Code_Char
    30     (* Code_Prolog  FIXME cf. 76965c356d2a *)
    33     (* Code_Prolog  FIXME cf. 76965c356d2a *)
    31     Code_Real_Approx_By_Float
    34     Code_Real_Approx_By_Float
    32     Code_Target_Numeral
    35     Code_Target_Numeral
    33     IArray
    36     DAList
       
    37     RBT_Mapping
       
    38     RBT_Set
       
    39     (*legacy tools*)
    34     Refute
    40     Refute
       
    41     Old_Recdef
    35   theories [condition = ISABELLE_FULL_TEST]
    42   theories [condition = ISABELLE_FULL_TEST]
    36     Sum_of_Squares_Remote
    43     Sum_of_Squares_Remote
    37   files "document/root.bib" "document/root.tex"
    44   files "document/root.bib" "document/root.tex"
    38 
    45 
    39 session "HOL-Hahn_Banach" in Hahn_Banach = HOL +
    46 session "HOL-Hahn_Banach" in Hahn_Banach = HOL +
   146   theories Hoare_Parallel
   153   theories Hoare_Parallel
   147   files "document/root.bib" "document/root.tex"
   154   files "document/root.bib" "document/root.tex"
   148 
   155 
   149 session "HOL-Codegenerator_Test" in Codegenerator_Test = "HOL-Library" +
   156 session "HOL-Codegenerator_Test" in Codegenerator_Test = "HOL-Library" +
   150   options [document = false, document_graph = false, browser_info = false]
   157   options [document = false, document_graph = false, browser_info = false]
   151   theories Generate Generate_Pretty RBT_Set_Test
   158   theories Generate Generate_Binary_Nat Generate_Target_Nat Generate_Efficient_Datastructures Generate_Pretty_Char
   152 
   159 
   153 session "HOL-Metis_Examples" in Metis_Examples = HOL +
   160 session "HOL-Metis_Examples" in Metis_Examples = HOL +
   154   description {*
   161   description {*
   155     Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
   162     Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
   156     Author:     Jasmin Blanchette, TU Muenchen
   163     Author:     Jasmin Blanchette, TU Muenchen