src/HOL/ROOT
changeset 65417 fc41a5650fb1
parent 65416 f707dbcf11e3
child 65448 9bc3b57c1fa7
equal deleted inserted replaced
65416:f707dbcf11e3 65417:fc41a5650fb1
    30     Classical Higher-order Logic -- batteries included.
    30     Classical Higher-order Logic -- batteries included.
    31   *}
    31   *}
    32   theories
    32   theories
    33     Library
    33     Library
    34     (*conflicting type class instantiations and dependent applications*)
    34     (*conflicting type class instantiations and dependent applications*)
    35     Field_as_Ring
       
    36     Finite_Lattice
    35     Finite_Lattice
    37     List_lexord
    36     List_lexord
    38     Polynomial_Factorial
       
    39     Prefix_Order
    37     Prefix_Order
    40     Product_Lexorder
    38     Product_Lexorder
    41     Product_Order
    39     Product_Order
    42     Sublist_Order
    40     Sublist_Order
    43     (*data refinements and dependent applications*)
    41     (*data refinements and dependent applications*)
    68 
    66 
    69 session "HOL-Analysis-ex" in "Analysis/ex" = "HOL-Analysis" +
    67 session "HOL-Analysis-ex" in "Analysis/ex" = "HOL-Analysis" +
    70   theories
    68   theories
    71     Approximations
    69     Approximations
    72     Circle_Area
    70     Circle_Area
       
    71 
       
    72 session "HOL-Computation_Algebra" in "Computational_Algebra" = HOL +
       
    73   theories
       
    74     Computational_Algebra
       
    75     (*conflicting type class instantiations and dependent applications*)
       
    76     Field_as_Ring
       
    77     Polynomial_Factorial
    73 
    78 
    74 session "HOL-Hahn_Banach" in Hahn_Banach = HOL +
    79 session "HOL-Hahn_Banach" in Hahn_Banach = HOL +
    75   description {*
    80   description {*
    76     Author:     Gertrud Bauer, TU Munich
    81     Author:     Gertrud Bauer, TU Munich
    77 
    82 
   299     The Isabelle Algebraic Library.
   304     The Isabelle Algebraic Library.
   300   *}
   305   *}
   301   theories [document = false]
   306   theories [document = false]
   302     (* Preliminaries from set and number theory *)
   307     (* Preliminaries from set and number theory *)
   303     "~~/src/HOL/Library/FuncSet"
   308     "~~/src/HOL/Library/FuncSet"
   304     "~~/src/HOL/Number_Theory/Primes"
   309     "~~/src/HOL/Computational_Algebra/Primes"
   305     "~~/src/HOL/Library/Permutation"
   310     "~~/src/HOL/Library/Permutation"
   306   theories
   311   theories
   307     (* Orders and Lattices *)
   312     (* Orders and Lattices *)
   308     Galois_Connection    (* Knaster-Tarski theorem and Galois connections *)
   313     Galois_Connection    (* Knaster-Tarski theorem and Galois connections *)
   309 
   314 
   416   *}
   421   *}
   417   options [parallel_proofs = 0, quick_and_dirty = false]
   422   options [parallel_proofs = 0, quick_and_dirty = false]
   418   theories [document = false]
   423   theories [document = false]
   419     "~~/src/HOL/Library/Code_Target_Numeral"
   424     "~~/src/HOL/Library/Code_Target_Numeral"
   420     "~~/src/HOL/Library/Monad_Syntax"
   425     "~~/src/HOL/Library/Monad_Syntax"
   421     "~~/src/HOL/Number_Theory/Primes"
   426     "~~/src/HOL/Computational_Algebra/Primes"
   422     "~~/src/HOL/Library/State_Monad"
   427     "~~/src/HOL/Library/State_Monad"
   423   theories
   428   theories
   424     Greatest_Common_Divisor
   429     Greatest_Common_Divisor
   425     Warshall
   430     Warshall
   426     Higman_Extraction
   431     Higman_Extraction
   633     Miscellaneous Isabelle/Isar examples.
   638     Miscellaneous Isabelle/Isar examples.
   634   *}
   639   *}
   635   options [quick_and_dirty]
   640   options [quick_and_dirty]
   636   theories [document = false]
   641   theories [document = false]
   637     "~~/src/HOL/Library/Lattice_Syntax"
   642     "~~/src/HOL/Library/Lattice_Syntax"
   638     "../Number_Theory/Primes"
   643     "../Computational_Algebra/Primes"
   639   theories
   644   theories
   640     Knaster_Tarski
   645     Knaster_Tarski
   641     Peirce
   646     Peirce
   642     Drinker
   647     Drinker
   643     Cantor
   648     Cantor