src/HOL/ROOT
changeset 48508 5a59e4c03957
parent 48496 a7eed34cf219
child 48509 4854ced3e9d7
equal deleted inserted replaced
48507:1182677e4728 48508:5a59e4c03957
     1 session HOL! (1) in "." = Pure +
     1 session HOL! in "." = Pure +
     2   description {* Classical Higher-order Logic *}
     2   description {* Classical Higher-order Logic *}
     3   options [document_graph]
     3   options [document_graph]
     4   theories Complex_Main
     4   theories Complex_Main
     5   files "document/root.bib" "document/root.tex"
     5   files "document/root.bib" "document/root.tex"
     6 
     6 
    17 session "HOL-Main"! in "." = Pure +
    17 session "HOL-Main"! in "." = Pure +
    18   description {* HOL side-entry for Main only, without Complex_Main *}
    18   description {* HOL side-entry for Main only, without Complex_Main *}
    19   options [document = false]
    19   options [document = false]
    20   theories Main
    20   theories Main
    21 
    21 
    22 session "HOL-Proofs"! (4) in "." = Pure +
    22 session "HOL-Proofs"! in "." = Pure +
    23   description {* HOL-Main with proof terms *}
    23   description {* HOL-Main with proof terms *}
    24   options [document = false, proofs = 2, parallel_proofs = 0]
    24   options [document = false, proofs = 2, parallel_proofs = 0]
    25   theories Main
    25   theories Main
    26 
    26 
    27 session Library = HOL +
    27 session Library = HOL +
   569     Probability
   569     Probability
   570     "ex/Dining_Cryptographers"
   570     "ex/Dining_Cryptographers"
   571     "ex/Koepf_Duermuth_Countermeasure"
   571     "ex/Koepf_Duermuth_Countermeasure"
   572   files "document/root.tex"
   572   files "document/root.tex"
   573 
   573 
   574 session Nominal (2) = HOL +
   574 session Nominal = HOL +
   575   options [document = false]
   575   options [document = false]
   576   theories Nominal
   576   theories Nominal
   577 
   577 
   578 session Examples in "Nominal/Examples" = "HOL-Nominal" +
   578 session Examples in "Nominal/Examples" = "HOL-Nominal" +
   579   options [condition = ISABELLE_POLYML, document = false]
   579   options [condition = ISABELLE_POLYML, document = false]
   758   theories  (* FIXME *)
   758   theories  (* FIXME *)
   759     Examples
   759     Examples
   760     Predicate_Compile_Tests
   760     Predicate_Compile_Tests
   761     Specialisation_Examples
   761     Specialisation_Examples
   762 
   762 
   763 session HOLCF! (3) = HOL +
   763 session HOLCF! = HOL +
   764   description {*
   764   description {*
   765     Author:     Franz Regensburger
   765     Author:     Franz Regensburger
   766     Author:     Brian Huffman
   766     Author:     Brian Huffman
   767 
   767 
   768     HOLCF -- a semantic extension of HOL by the LCF logic.
   768     HOLCF -- a semantic extension of HOL by the LCF logic.