src/HOL/ROOT
changeset 71925 bf085daea304
parent 71924 e5df9c8d9d4b
child 71926 bee83c9d3306
equal deleted inserted replaced
71924:e5df9c8d9d4b 71925:bf085daea304
    10     Main (global)
    10     Main (global)
    11     Complex_Main (global)
    11     Complex_Main (global)
    12   document_files
    12   document_files
    13     "root.bib"
    13     "root.bib"
    14     "root.tex"
    14     "root.tex"
       
    15 
       
    16 session "HOL-Examples" in Examples = HOL +
       
    17   description "
       
    18     Notable Examples in Isabelle/HOL.
       
    19   "
       
    20   sessions
       
    21     "HOL-Library"
       
    22   theories
       
    23     Knaster_Tarski
       
    24     Peirce
       
    25     Drinker
       
    26     Cantor
       
    27     Seq
       
    28     "ML"
       
    29   document_files
       
    30     "root.bib"
       
    31     "root.tex"
       
    32 
    15 
    33 
    16 session "HOL-Proofs" (timing) in Proofs = Pure +
    34 session "HOL-Proofs" (timing) in Proofs = Pure +
    17   description "
    35   description "
    18     HOL-Main with explicit proof terms.
    36     HOL-Main with explicit proof terms.
    19   "
    37   "
   629     Intuitionistic
   647     Intuitionistic
   630     Join_Theory
   648     Join_Theory
   631     Lagrange
   649     Lagrange
   632     List_to_Set_Comprehension_Examples
   650     List_to_Set_Comprehension_Examples
   633     LocaleTest2
   651     LocaleTest2
   634     "ML"
       
   635     MergeSort
   652     MergeSort
   636     MonoidGroup
   653     MonoidGroup
   637     Multiquote
   654     Multiquote
   638     NatSum
   655     NatSum
   639     Normalization_by_Evaluation
   656     Normalization_by_Evaluation
   651     Refute_Examples
   668     Refute_Examples
   652     Residue_Ring
   669     Residue_Ring
   653     Rewrite_Examples
   670     Rewrite_Examples
   654     SOS
   671     SOS
   655     SOS_Cert
   672     SOS_Cert
   656     Seq
       
   657     Serbian
   673     Serbian
   658     Set_Comprehension_Pointfree_Examples
   674     Set_Comprehension_Pointfree_Examples
   659     Set_Theory
   675     Set_Theory
   660     Simproc_Tests
   676     Simproc_Tests
   661     Simps_Case_Conv_Examples
   677     Simps_Case_Conv_Examples
   685   description "
   701   description "
   686     Miscellaneous Isabelle/Isar examples.
   702     Miscellaneous Isabelle/Isar examples.
   687   "
   703   "
   688   options [quick_and_dirty]
   704   options [quick_and_dirty]
   689   theories
   705   theories
   690     Knaster_Tarski
       
   691     Peirce
       
   692     Drinker
       
   693     Cantor
       
   694     Structured_Statements
   706     Structured_Statements
   695     Basic_Logic
   707     Basic_Logic
   696     Expr_Compiler
   708     Expr_Compiler
   697     Fibonacci
   709     Fibonacci
   698     Group
   710     Group