Advertisement
Guest User

Untitled

a guest
Jun 21st, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.92 KB | None | 0 0
  1. session "HOL-Lib" in "~~/src/HOL/Library" = HOL +
  2. description {* Theories that are not part of HOL but used by IsaFoR *}
  3. options [document = false,checkpoint]
  4. theories
  5. AList
  6. Bit
  7. Cardinality
  8. Char_ord
  9. Code_Char
  10. Code_Target_Numeral
  11. DAList
  12. DAList_Multiset
  13. Dlist
  14. Infinite_Set
  15. IArray
  16. Finite_Map
  17. Fraction_Field
  18. Fundamental_Theorem_Algebra
  19. Lattice_Syntax
  20. List_lexord
  21. Mapping
  22. Monad_Syntax
  23. Multiset
  24. Omega_Words_Fun
  25. theories [checkpoint]
  26. Option_ord
  27. Permutation
  28. Permutations
  29. Phantom_Type
  30. Polynomial_Factorial
  31. Product_Lexorder
  32. Ramsey
  33. RBT_Impl
  34. RBT_Mapping
  35. Simps_Case_Conv
  36. While_Combinator
  37. "~~/src/HOL/Algebra/Ring"
  38. "~~/src/HOL/Algebra/Module"
  39. "~~/src/HOL/Algebra/Divisibility"
  40. "~~/src/HOL/Eisbach/Eisbach"
  41. "~~/src/HOL/ex/Quicksort"
  42. "~~/src/HOL/Analysis/Determinants"
  43. "~~/src/HOL/Number_Theory/Residues"
  44. "~~/src/HOL/Cardinals/Order_Union"
  45. theories [checkpoint]
  46. "~~/src/HOL/Cardinals/Wellorder_Extension"
  47. "~~/src/HOL/Analysis/Euclidean_Space"
  48. "~~/src/HOL/Analysis/Brouwer_Fixpoint"
  49. "~~/src/HOL/Word/Word"
  50. "~~/src/HOL/Types_To_Sets/Types_To_Sets"
  51.  
  52. session "HOL-AFP" = "HOL-Lib" +
  53. description {* Theories from the Archive of Formal Proofs that are used by IsaFoR *}
  54. options [document = false,checkpoint]
  55. theories
  56. "$AFP/Abstract-Rewriting/Seq"
  57. "$AFP/Abstract-Rewriting/Abstract_Rewriting"
  58. "$AFP/Abstract-Rewriting/SN_Orders"
  59. "$AFP/Abstract-Rewriting/SN_Order_Carrier"
  60. "$AFP/Abstract-Rewriting/Relative_Rewriting"
  61. "$AFP/Algebraic_Numbers/Complex_Algebraic_Numbers"
  62. "$AFP/Algebraic_Numbers/Show_Real_Approx"
  63. "$AFP/Certification_Monads/Check_Monad"
  64. "$AFP/Collections/Refine_Dflt"
  65. "$AFP/Containers/Containers"
  66. "$AFP/Containers/Compatibility_Containers_Regular_Sets"
  67. "$AFP/Deriving/Comparator_Generator/Compare_Order_Instances"
  68. "$AFP/Deriving/Comparator_Generator/RBT_Compare_Order_Impl"
  69. "$AFP/Deriving/Comparator_Generator/RBT_Comparator_Impl"
  70. "$AFP/Deriving/Derive"
  71. "$AFP/Decreasing-Diagrams-II/Decreasing_Diagrams_II"
  72. "$AFP/Echelon_Form/Cayley_Hamilton_Compatible"
  73. "$AFP/Efficient-Mergesort/Efficient_Sort"
  74. "$AFP/Gabow_SCC/Gabow_SCC_Code"
  75. "$AFP/Gauss_Jordan/IArray_Haskell"
  76. "$AFP/Gauss_Jordan/Elementary_Operations"
  77. "$AFP/Jordan_Normal_Form/Matrix_Complexity"
  78. "$AFP/Jordan_Normal_Form/Jordan_Normal_Form_Existence"
  79. "$AFP/Jordan_Normal_Form/Jordan_Normal_Form_Uniqueness"
  80. "$AFP/Jordan_Normal_Form/Matrix_Impl"
  81. "$AFP/Partial_Function_MR/Partial_Function_MR"
  82. "$AFP/Perron_Frobenius/Spectral_Radius_Theory"
  83. "$AFP/Polynomials/Polynomials"
  84. "$AFP/Regular-Sets/Regexp_Method"
  85. "$AFP/Show/Show_Instances"
  86. "$AFP/Show/Show_Complex"
  87. "$AFP/Transitive-Closure/Transitive_Closure_List_Impl"
  88. "$AFP/Transitive-Closure/Transitive_Closure_RBT_Impl"
  89. "$AFP/Transitive-Closure/RBT_Map_Set_Extension"
  90. "$AFP/Transitive-Closure-II/RTrancl"
  91. "$AFP/VectorSpace/VectorSpace"
  92. "$AFP/Well_Quasi_Orders/Kruskal"
  93. "$AFP/XML/Xmlt"
  94.  
  95. session QTRS = "HOL-AFP" +
  96. options [document = false,checkpoint]
  97. theories "Framework/QDP_Framework_Impl"
  98. theories [checkpoint]
  99.  
  100. session TA = QTRS +
  101. options [document = false,checkpoint]
  102. theories
  103. "Tree_Automata/Exact_Tree_Automata_Completion_Impl"
  104. theories [checkpoint]
  105. "LTS/Simplex/Simplex"
  106.  
  107. session "Check-NT" = TA +
  108. options [document = false,checkpoint]
  109. theories "Nontermination/Nontermination_Processors"
  110. theories [checkpoint]
  111.  
  112. session Processors = "Check-NT" +
  113. options [document = false,checkpoint]
  114. theories
  115. "Termination_and_Complexity/Processors"
  116. theories [checkpoint]
  117.  
  118. session "Check-Termination" = Processors +
  119. options [document = false,checkpoint]
  120. theories
  121. "Proof_Checker/Check_Termination"
  122. theories [checkpoint]
  123.  
  124. session "Proof-Checker" = "Check-Termination" +
  125. options [document = false]
  126. theories "Proof_Checker/Proof_Checker"
  127. theories [checkpoint]
  128.  
  129. session CeTA = "Proof-Checker" +
  130. options [document = false,checkpoint]
  131. theories "Proof_Checker/Ceta"
  132.  
  133.  
  134. session "CeTA-TermFun" (termfun) in "TermFun" = CeTA +
  135. options [document = false,checkpoint]
  136. theories TermFun
  137.  
  138. session "CeTA-TermFun-Examples" (termfun) in "TermFun/Examples" = "CeTA-TermFun" +
  139. options [document = false,checkpoint]
  140. theories
  141. Loga
  142. Examples
  143. theories [checkpoint]
  144. Gcd
  145. Regression
  146. Bin_Tree
  147. theories [checkpoint]
  148. Mktree
  149. Nnf
  150. Sum
  151. HO
  152.  
  153. session "CeTA-Fast" = "HOL-AFP" +
  154. description {* Just run dependencies without building intermediate heap images. *}
  155. options [document = false,checkpoint]
  156. theories
  157. "Proof_Checker/Ceta"
  158.  
  159. session "Code" (ceta) = "CeTA" +
  160. options [document = false,checkpoint]
  161. theories
  162. "Proof_Checker/Code_Haskell"
  163.  
  164. session Norm_Equiv (isafor) = QTRS +
  165. description {* Normalization equivalence. *}
  166. options [document = false,checkpoint]
  167. theories
  168. "Normalization_Equivalence/Normalization_Equivalence"
  169.  
  170. session PCP (isafor) = QTRS +
  171. description {* Abstact completion with prime critical pairs. *}
  172. options [document = false,checkpoint]
  173. theories
  174. "Abstract_Completion/Completion_Fairness"
  175.  
  176.  
  177. session AC (isafor) = "HOL-AFP" +
  178. description {* Rewriting modulo Associativity and Commutativity *}
  179. options [document = false,checkpoint]
  180. theories
  181. "AC_Rewriting/AC_Equivalence"
  182.  
  183. session CCR = Processors +
  184. description {* Bundles all theories immediately before conditional CR check. *}
  185. options [document = false,checkpoint]
  186. theories
  187. "Proof_Checker/Check_CRP"
  188. theories [checkpoint]
  189. "Proof_Checker/Check_Quasi_Reductive"
  190. theories [checkpoint]
  191. "Conditional_Rewriting/AL94_Impl"
  192. theories [checkpoint]
  193. "Conditional_Rewriting/Non_Confluence2"
  194. theories [checkpoint]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement