Skip to content
Success

Changes

Summary

  1. fix dangerous context management
  2. A slightly stronger lemma allowing slightly simpler proofs
  3. Complex_Bounded_Operators: Removed some lemmas from Extra_General that are now in Isabelle itself
  4. Elimination of all z3 calls
  5. Word_Lib sync from l4v; tweak word_eqI
  6. generalise word_eqI method; make sure it is exercised
  7. test_bit_size not longer needed; avoid potential nontermination
  8. Word_Lib tweaks for slightly more backwards compatibility
  9. use bit_simps in word_eqI method
  10. adapted to new version of Infinite_Sum in isabelle-dev
  11. avoid hardwired document output;
  12. CTR and ETTS: integration with SpecCheck: minor amendments
  13. Complex_Bounded_Operators: Replaced use of HOL-Analysis.Infinite_Set_Sum by HOL-Analysis.Infinite_Sum
  14. Banach_Steinhaus: Removed unused theory dependency Infinite_Set_Sum
  15. merge
  16. merge
  17. Merge Isabelle_C: New C11_Ast_Lib Interface, improved API's, improved doc.
  18. documentation fine-tuning.
  19. Added section on C11_Ast_Lib in chapter II.
  20. Example section restored and Documentation adapted.
  21. Stramge intermediate configuration: Example section zerschossen.
  22. Port to Isabelle2021-1 RC 2.
  23. Improved documentation.
  24. Examples for iterator - applications: queries, and translations into term.
  25. Rearranging standard root store; better documentation in C_Command.
  26. Rearranging the ML _programming Example Section C1.
  27. reorg 1
  28. ...
  29. Improved Standard Interface to C11: Better signatures, a CEnv signature, C11 Std Ast Store (in C2.thy)
  30. Restructuring of Interfaces; more show cases.
  31. Updated meta-data for Optics
  32. Additional scene laws
  33. Branch merge
  34. Improved support for code generation, fixed a few bugs, and added a tactic to aid proof goal presentation of lens variables.
  35. feat(SpecCheck/Show) add parentheses for option SOME case
  36. merged
  37. weakened ordering requirements
  38. used well-founded pre-order in standard redundancy criterions
  39. derived refutational completeness from finitary and non-finitary standard redundancy criterion
  40. merge
  41. deleted incomplete methods for polynomial factorization or root computation in Algebraic-Numbers, since they are now available as complete methods in Factor-Algebraic-Polynomial
  42. factor_complex_poly delivers distinct list
  43. merged
  44. Removal of material that's going to be in Isabelle2021-1
  45. merge
  46. refactoring (moving theories and lemmas around)
  47. sync from l4v
  48. adjusted Factor_Algebraic_Polynomial to Isabelle/devel (and Isabelle 2021-1, RC3)
  49. merge of afp-2021
  50. new entry PAL
  51. new entry Factor_Algebraic_Polynomial
  52. merge from afp-2021
  53. document `publish -`
  54. changed affiliation of eberl (this time properly)
  55. changed affiliation of Eberl
  56. sitegen for Real_Power
  57. new entry Real_Power
  58. New entry Szemeredi_Regularity
  59. tuned proofs -- avoid z3;
  60. CTR and ETTS: integration with SpecCheck
  61. used antiquotation to fix LaTeX failure
  62. adapted to devel
  63. updated to devel
  64. merged
  65. tuned proof for devel
  66. clarified quotes vs. apostrophes vs. primes;
  67. more accurate use of LaTeX ndash;
  68. prefer portable LaTeX mdash;
  69. tuned whitespace --- removed suspicious Unicode;
  70. proper Unix linefeeds;
  71. changed affiliation of eberl (this time properly)
  72. changed affiliation of eberl
  73. added author to Saturation_Framework_Extensions
  74. derived calculus_with_standard_redundancy lemmas from calculus_with_finitary_standard_redundancy
  75. added locale calculus_with_finitary_standard_redundancy
  76. Registers: - Added mechanism for raising errors if autogenerated files need updating - Changed definition of Axioms_Quantum.register_pair (returns 0 for incompatible registers, see register_pair_is_register_converse for a useful consequence) - Slightly reducing namespace pollution in Classical_Extra (hiding consts x, y, X, Y etc.)
  77. feat(SpecCheck) add better unit tests facilities, examples and exceptions property
  78. discontinued somewhat pointless and slightly outdated document_preprocessor (after consultation with the author);
  79. Correctness_Algebras: increase nitpick timeout
  80. CZH: dagger monoidal categories
  81. update it Isabelle/925b46043b84
  82. merge from afp-2021
  83. sitegen for Registers
  84. new entry Registers
  85. Correctness_Algebras: increase session timeout
  86. tuned signature, according to Isabelle/df12779c3ce8;
  87. feat(SpecCheck) add possibility to make builds fail on failure and extend README
  88. added missing funding information
  89. restored theory structure for simple genericity.
  90. Backed out changeset af549be0a8cd
  91. restored different entrance points a before Isabelle2021
  92. proper parentheses (amending 354560d7143a);
  93. Adjusted to prospective release Isabelle2021-2.
  94. Correctness_Algebras: uncomment counterexamples
  95. clarified identity of theory data: avoid accidental pointer_eq, use equality on unique serial instead;
  96. clarified identity of theory data: pointer_eq is not well-defined (and fails on ARM64), use equality on unique serial instead;
  97. merge from afp-2021
  98. remove unused functions
  99. silence sitegen warning
  100. new entry X86_Semantics
  101. adjust to isabelle@549019b4a808
  102. merge from afp-2021
  103. metadata for Belief_Revision
  104. new entry Belief_Revision
  105. New entry Correctness_Algebras
  106. prefer "sat_solver = MiniSat", to make examples work uniformly on all platforms;
  107. updated metadata for Count_Complex_Roots
  108. corrected the timeout for CZH_Universal_Constructions
  109. CZH: further results about comma categories and Kan extensions, a variety of other minor amendments
  110. more generic bit/word lemmas for distribution
  111. Fixing a name clash between two different "restrict" operators
  112. Merged
  113. solved the roots-on-the-border problem
  114. split Count_Complex_Roots
  115. more realistic timeout;
  116. clarified signature, according to Isabelle/ccf599864beb;
  117. back to dedicated separate shift operations for infix syntax; more default simp rules on closed numeric expressions
Changeset 12892:a2b3a17e295d by simon wimmer _wimmers@in.tum.de_:
fix dangerous context management
The file was modified thys/Refine_Imperative_HOL/Sepref_Frame.thy (diff)
Changeset 12878:1fe98b11c666 by paulson _lp15@cam.ac.uk_:
A slightly stronger lemma allowing slightly simpler proofs
The file was modified thys/Szemeredi_Regularity/Szemeredi.thy (diff)
Changeset 12872:5b1ae11ed404 by Dominique Unruh _unruh@ut.ee_:
Complex_Bounded_Operators: Removed some lemmas from Extra_General that are now in Isabelle itself
The file was modified thys/Complex_Bounded_Operators/Complex_L2.thy (diff)
The file was modified thys/Complex_Bounded_Operators/extra/Extra_General.thy (diff)
Changeset 12871:619663adf685 by paulson _lp15@cam.ac.uk_:
Elimination of all z3 calls
The file was modified thys/Grothendieck_Schemes/Comm_Ring.thy (diff)
The file was modified thys/Grothendieck_Schemes/Scheme.thy (diff)
Changeset 12870:7a2522dce834 by gerwin klein _kleing@unsw.edu.au_:
Word_Lib sync from l4v; tweak word_eqI
The file was modified thys/Word_Lib/Word_EqI.thy (diff)
The file was modified thys/Word_Lib/Word_Lemmas.thy (diff)
Changeset 12869:4735e2db8e29 by gerwin klein _kleing@unsw.edu.au_:
generalise word_eqI method; make sure it is exercised
The file was modified thys/Word_Lib/Word_EqI.thy (diff)
The file was modified thys/Word_Lib/Word_Lemmas.thy (diff)
Changeset 12868:145a2429825e by gerwin klein _kleing@unsw.edu.au_:
test_bit_size not longer needed; avoid potential nontermination
The file was modified thys/Word_Lib/Word_EqI.thy (diff)
Changeset 12867:4723cbfda63e by gerwin klein _kleing@unsw.edu.au_:
Word_Lib tweaks for slightly more backwards compatibility
The file was modified thys/Word_Lib/Bit_Shifts_Infix_Syntax.thy (diff)
The file was modified thys/Word_Lib/Bits_Int.thy (diff)
Changeset 12866:5d1795962da2 by gerwin klein _kleing@unsw.edu.au_:
use bit_simps in word_eqI method
The file was modified thys/Word_Lib/Word_EqI.thy (diff)
Changeset 12865:7aec7688b019 by manuel eberl _eberlm@in.tum.de_:
adapted to new version of Infinite_Sum in isabelle-dev
The file was modified thys/Complex_Bounded_Operators/extra/Extra_General.thy (diff)
Changeset 12864:22694dc0d736 by wenzelm:
avoid hardwired document output;
The file was modified thys/Isabelle_C/ROOT (diff)
Changeset 12863:61e152c118d4 by user9716869 _user9716869@gmail.com_:
CTR and ETTS: integration with SpecCheck: minor amendments
The file was modified thys/Conditional_Transfer_Rule/CTR/Tests/CTR_TEST_PROCESS_CTR_RELATOR.ML (diff)
The file was modified thys/Conditional_Transfer_Rule/CTR/Tests/CTR_TEST_PROCESS_RELATIVIZATION.ML (diff)
The file was modified thys/Conditional_Transfer_Rule/CTR/Tests/CTR_Tests.thy (diff)
The file was modified thys/Conditional_Transfer_Rule/IML_UT/IML_UT.thy (diff)
The file was modified thys/Conditional_Transfer_Rule/UD/Tests/UD_TEST_UNOVERLOAD_DEFINITION.ML (diff)
The file was modified thys/Conditional_Transfer_Rule/UD/Tests/UD_Tests.thy (diff)
The file was modified thys/Types_To_Sets_Extension/ETTS/Tests/ETTS_TEST_AMEND_CTXT_DATA.ML (diff)
The file was modified thys/Types_To_Sets_Extension/ETTS/Tests/ETTS_TEST_TTS_ALGORITHM.ML (diff)
The file was modified thys/Types_To_Sets_Extension/ETTS/Tests/ETTS_TEST_TTS_REGISTER_SBTS.ML (diff)
The file was modified thys/Types_To_Sets_Extension/ETTS/Tests/ETTS_Tests.thy (diff)
Changeset 12862:b3ed7312e4c8 by Dominique Unruh _unruh@ut.ee_:
Complex_Bounded_Operators: Replaced use of HOL-Analysis.Infinite_Set_Sum by HOL-Analysis.Infinite_Sum
The file was modified thys/Complex_Bounded_Operators/Cblinfun_Code.thy (diff)
The file was modified thys/Complex_Bounded_Operators/Cblinfun_Matrix.thy (diff)
The file was modified thys/Complex_Bounded_Operators/Complex_Bounded_Linear_Function.thy (diff)
The file was modified thys/Complex_Bounded_Operators/Complex_Euclidean_Space0.thy (diff)
The file was modified thys/Complex_Bounded_Operators/Complex_Inner_Product.thy (diff)
The file was modified thys/Complex_Bounded_Operators/Complex_Inner_Product0.thy (diff)
The file was modified thys/Complex_Bounded_Operators/Complex_L2.thy (diff)
The file was modified thys/Complex_Bounded_Operators/Complex_Vector_Spaces0.thy (diff)
The file was modified thys/Complex_Bounded_Operators/extra/Extra_General.thy (diff)
The file was modified thys/Complex_Bounded_Operators/extra/Extra_Ordered_Fields.thy (diff)
The file was removedthys/Complex_Bounded_Operators/extra/Extra_Infinite_Set_Sum.thy
Changeset 12861:4c2a8ccf67f4 by Dominique Unruh _unruh@ut.ee_:
Banach_Steinhaus: Removed unused theory dependency Infinite_Set_Sum
The file was modified thys/Banach_Steinhaus/Banach_Steinhaus_Missing.thy (diff)
Changeset 12858:926aa8675ef8 by Burkhart Wolff _wolff@lri.fr_:
Merge Isabelle_C: New C11_Ast_Lib Interface, improved API's, improved doc.
The file was modified admin/jenkins/ci_build_all.scala (diff)
The file was modified doc/editors/web.md (diff)
The file was modified metadata/metadata (diff)
The file was modified metadata/templates/about.tpl (diff)
The file was modified thys/AI_Planning_Languages_Semantics/document/root.bib (diff)
The file was modified thys/Adaptive_State_Counting/FSM/FSM_Product.thy (diff)
The file was modified thys/Affine_Arithmetic/Floatarith_Expression.thy (diff)
The file was modified thys/Akra_Bazzi/Akra_Bazzi.thy (diff)
The file was modified thys/Akra_Bazzi/Akra_Bazzi_Asymptotics.thy (diff)
The file was modified thys/Akra_Bazzi/Akra_Bazzi_Library.thy (diff)
The file was modified thys/Akra_Bazzi/Akra_Bazzi_Method.thy (diff)
The file was modified thys/Akra_Bazzi/Akra_Bazzi_Real.thy (diff)
The file was modified thys/Akra_Bazzi/Eval_Numeral.thy (diff)
The file was modified thys/Akra_Bazzi/Master_Theorem.thy (diff)
The file was modified thys/Akra_Bazzi/Master_Theorem_Examples.thy (diff)
The file was modified thys/Akra_Bazzi/ROOT (diff)
The file was modified thys/Akra_Bazzi/akra_bazzi.ML (diff)
The file was modified thys/Algebraic_Numbers/Algebraic_Number_Tests.thy (diff)
The file was modified thys/Algebraic_Numbers/Algebraic_Numbers.thy (diff)
The file was modified thys/Algebraic_Numbers/Algebraic_Numbers_Prelim.thy (diff)
The file was modified thys/Algebraic_Numbers/Complex_Algebraic_Numbers.thy (diff)
The file was modified thys/Algebraic_Numbers/ROOT (diff)
The file was modified thys/Algebraic_Numbers/Real_Algebraic_Numbers.thy (diff)
The file was modified thys/Algebraic_Numbers/Real_Roots.thy (diff)
The file was modified thys/Algebraic_VCs/Domain_Quantale.thy (diff)
The file was modified thys/Amortized_Complexity/Splay_Tree_Analysis.thy (diff)
The file was modified thys/AnselmGod/document/root.bib (diff)
The file was modified thys/Applicative_Lifting/applicative.ML (diff)
The file was modified thys/Approximation_Algorithms/Approx_LB_Hoare.thy (diff)
The file was modified thys/Approximation_Algorithms/Center_Selection.thy (diff)
The file was modified thys/Architectural_Design_Patterns/document/root.bib (diff)
The file was modified thys/Aristotles_Assertoric_Syllogistic/AristotlesAssertoric.thy (diff)
The file was modified thys/Attack_Trees/GDPRhealthcare.thy (diff)
The file was modified thys/Attack_Trees/MC.thy (diff)
The file was modified thys/Auto2_HOL/HOL/acdata.ML (diff)
The file was modified thys/Auto2_HOL/HOL/induct_outer.ML (diff)
The file was modified thys/Auto2_HOL/HOL/order.ML (diff)
The file was modified thys/Auto2_HOL/consts.ML (diff)
The file was modified thys/Auto2_HOL/items.ML (diff)
The file was modified thys/Auto2_HOL/logic_steps.ML (diff)
The file was modified thys/Auto2_HOL/matcher.ML (diff)
The file was modified thys/Auto2_HOL/normalize.ML (diff)
The file was modified thys/Auto2_HOL/proofsteps.ML (diff)
The file was modified thys/Auto2_HOL/property.ML (diff)
The file was modified thys/Auto2_HOL/status.ML (diff)
The file was modified thys/Auto2_HOL/util.ML (diff)
The file was modified thys/Auto2_HOL/util_logic.ML (diff)
The file was modified thys/Auto2_HOL/wellform.ML (diff)
The file was modified thys/Auto2_Imperative_HOL/Functional/Indexed_PQueue.thy (diff)
The file was modified thys/Auto2_Imperative_HOL/Imperative/assn_matcher.ML (diff)
The file was modified thys/Auto2_Imperative_HOL/Imperative/sep_steps.ML (diff)
The file was modified thys/Automated_Stateful_Protocol_Verification/trac/trac.thy (diff)
The file was modified thys/Automatic_Refinement/Lib/Cond_Rewr_Conv.ML (diff)
The file was modified thys/Automatic_Refinement/Lib/Indep_Vars.thy (diff)
The file was modified thys/Automatic_Refinement/Lib/Misc.thy (diff)
The file was modified thys/Automatic_Refinement/Lib/Mk_Term_Antiquot.thy (diff)
The file was modified thys/Automatic_Refinement/Lib/Mpat_Antiquot.thy (diff)
The file was modified thys/Automatic_Refinement/Lib/Named_Sorted_Thms.thy (diff)
The file was modified thys/Automatic_Refinement/Lib/Refine_Util.thy (diff)
The file was modified thys/Automatic_Refinement/Lib/Tagged_Solver.thy (diff)
The file was modified thys/Automatic_Refinement/Parametricity/Param_Tool.thy (diff)
The file was modified thys/Automatic_Refinement/Parametricity/Relators.thy (diff)
The file was modified thys/Automatic_Refinement/Tool/Autoref_Fix_Rel.thy (diff)
The file was modified thys/Automatic_Refinement/Tool/Autoref_Id_Ops.thy (diff)
The file was modified thys/Automatic_Refinement/Tool/Autoref_Phases.thy (diff)
The file was modified thys/Automatic_Refinement/Tool/Autoref_Tool.thy (diff)
The file was modified thys/Automatic_Refinement/Tool/Autoref_Translate.thy (diff)
The file was modified thys/BDD/General.thy (diff)
The file was modified thys/BTree/ROOT (diff)
The file was modified thys/Berlekamp_Zassenhaus/Finite_Field_Record_Based.thy (diff)
The file was modified thys/Berlekamp_Zassenhaus/ROOT (diff)
The file was modified thys/Bernoulli/Bernoulli.thy (diff)
The file was modified thys/Bernoulli/Bernoulli_FPS.thy (diff)
The file was modified thys/Bernoulli/Periodic_Bernpoly.thy (diff)
The file was modified thys/Bertrands_Postulate/Bertrand.thy (diff)
The file was modified thys/Bertrands_Postulate/bertrand.ML (diff)
The file was modified thys/Bicategory/Bicategory.thy (diff)
The file was modified thys/Bicategory/BicategoryOfSpans.thy (diff)
The file was modified thys/Bicategory/CanonicalIsos.thy (diff)
The file was modified thys/Bicategory/Coherence.thy (diff)
The file was modified thys/Bicategory/EquivalenceOfBicategories.thy (diff)
The file was modified thys/Bicategory/InternalAdjunction.thy (diff)
The file was modified thys/Bicategory/InternalEquivalence.thy (diff)
The file was modified thys/Bicategory/Modification.thy (diff)
The file was modified thys/Bicategory/Prebicategory.thy (diff)
The file was modified thys/Bicategory/Pseudofunctor.thy (diff)
The file was modified thys/Bicategory/PseudonaturalTransformation.thy (diff)
The file was modified thys/Bicategory/ROOT (diff)
The file was modified thys/Bicategory/SpanBicategory.thy (diff)
The file was modified thys/Bicategory/Strictness.thy (diff)
The file was modified thys/Bicategory/Subbicategory.thy (diff)
The file was modified thys/Bicategory/Tabulation.thy (diff)
The file was modified thys/Bicategory/document/root.tex (diff)
The file was modified thys/Blue_Eyes/Blue_Eyes.thy (diff)
The file was modified thys/Bounded_Deducibility_Security/Bounded_Deducibility_Security.thy (diff)
The file was modified thys/Bounded_Deducibility_Security/Compositional_Reasoning.thy (diff)
The file was modified thys/Bounded_Deducibility_Security/IO_Automaton.thy (diff)
The file was modified thys/Bounded_Deducibility_Security/ROOT (diff)
The file was modified thys/Bounded_Deducibility_Security/Trivia.thy (diff)
The file was modified thys/Bounded_Deducibility_Security/document/intro.tex (diff)
The file was modified thys/Bounded_Deducibility_Security/document/root.tex (diff)
The file was modified thys/Buchi_Complementation/Complementation_Final.thy (diff)
The file was modified thys/Buchi_Complementation/Complementation_Implement.thy (diff)
The file was modified thys/Buffons_Needle/Buffons_Needle.thy (diff)
The file was modified thys/CAVA_LTL_Modelchecker/SM/Impl/SM_Ample_Impl.thy (diff)
The file was modified thys/CAVA_LTL_Modelchecker/SM/RefPoint/SM_Semantics.thy (diff)
The file was modified thys/CAVA_LTL_Modelchecker/SM/RefPoint/SM_State.thy (diff)
The file was modified thys/CISC-Kernel/document/root.bib (diff)
The file was modified thys/CakeML/Tools/cakeml_compiler.ML (diff)
The file was modified thys/CakeML/generated/CakeML/SemanticPrimitives.thy (diff)
The file was modified thys/CakeML/generated/Lem_word.thy (diff)
The file was modified thys/Case_Labeling/Examples/Hoare/Labeled_Hoare.thy (diff)
The file was modified thys/Case_Labeling/Examples/Hoare/labeled_hoare_tac.ML (diff)
The file was modified thys/Case_Labeling/casify.ML (diff)
The file was modified thys/Case_Labeling/util.ML (diff)
The file was modified thys/Category3/Adjunction.thy (diff)
The file was modified thys/Category3/BinaryFunctor.thy (diff)
The file was modified thys/Category3/CartesianCategory.thy (diff)
The file was modified thys/Category3/Category.thy (diff)
The file was modified thys/Category3/EquivalenceOfCategories.thy (diff)
The file was modified thys/Category3/Functor.thy (diff)
The file was modified thys/Category3/FunctorCategory.thy (diff)
The file was modified thys/Category3/HFSetCat.thy (diff)
The file was modified thys/Category3/Limit.thy (diff)
The file was modified thys/Category3/NaturalTransformation.thy (diff)
The file was modified thys/Category3/SetCat.thy (diff)
The file was modified thys/Category3/SetCategory.thy (diff)
The file was modified thys/Category3/Yoneda.thy (diff)
The file was modified thys/Clean/ROOT (diff)
The file was modified thys/Clean/src/Clean.thy (diff)
The file was modified thys/Collections/GenCF/Impl/Impl_Bit_Set.thy (diff)
The file was modified thys/Collections/GenCF/Impl/Impl_Uv_Set.thy (diff)
The file was modified thys/Collections/ICF/tools/ICF_Tools.thy (diff)
The file was modified thys/Collections/ICF/tools/Locale_Code.thy (diff)
The file was modified thys/Collections/ICF/tools/Ord_Code_Preproc.thy (diff)
The file was modified thys/Collections/ICF/tools/Record_Intf.thy (diff)
The file was modified thys/Combinatorics_Words/Reverse_Symmetry.thy (diff)
The file was modified thys/Combinatorics_Words/document/root.bib (diff)
The file was modified thys/Combinatorics_Words_Graph_Lemma/document/root.bib (diff)
The file was modified thys/Combinatorics_Words_Lyndon/document/root.bib (diff)
The file was modified thys/Comparison_Sort_Lower_Bound/Comparison_Sort_Lower_Bound.thy (diff)
The file was modified thys/Complete_Non_Orders/Fixed_Points.thy (diff)
The file was modified thys/Complex_Geometry/More_Transcendental.thy (diff)
The file was modified thys/Complx/OG_Syntax.thy (diff)
The file was modified thys/Complx/ex/SumArr.thy (diff)
The file was modified thys/ConcurrentIMP/document/root.bib (diff)
The file was modified thys/Concurrent_Ref_Alg/Refinement_Lattice.thy (diff)
The file was modified thys/Constructor_Funs/constructor_funs.ML (diff)
The file was modified thys/Containers/containers_generator.ML (diff)
The file was modified thys/Core_DOM/common/preliminaries/Hiding_Type_Variables.thy (diff)
The file was modified thys/Core_SC_DOM/common/preliminaries/Hiding_Type_Variables.thy (diff)
The file was modified thys/Count_Complex_Roots/Count_Complex_Roots.thy (diff)
The file was modified thys/Count_Complex_Roots/Count_Complex_Roots_Examples.thy (diff)
The file was modified thys/Count_Complex_Roots/Extended_Sturm.thy (diff)
The file was modified thys/Count_Complex_Roots/ROOT (diff)
The file was modified thys/DFS_Framework/Examples/Tarjan.thy (diff)
The file was modified thys/Delta_System_Lemma/Cardinal_Library.thy (diff)
The file was modified thys/Delta_System_Lemma/Cofinality.thy (diff)
The file was modified thys/Dependent_SIFUM_Type_Systems/Preliminaries.thy (diff)
The file was modified thys/Deriving/Comparator_Generator/comparator_generator.ML (diff)
The file was modified thys/Deriving/Comparator_Generator/compare_code.ML (diff)
The file was modified thys/Deriving/Equality_Generator/equality_generator.ML (diff)
The file was modified thys/Deriving/Hash_Generator/hash_generator.ML (diff)
The file was modified thys/Deriving/derive_manager.ML (diff)
The file was modified thys/Descartes_Sign_Rule/Descartes_Sign_Rule.thy (diff)
The file was modified thys/Dict_Construction/class_graph.ML (diff)
The file was modified thys/Dict_Construction/dict_construction.ML (diff)
The file was modified thys/Dict_Construction/side_conditions.ML (diff)
The file was modified thys/Dict_Construction/transfer_termination.ML (diff)
The file was modified thys/Dirichlet_L/Multiplicative_Characters.thy (diff)
The file was modified thys/Dirichlet_L/ROOT (diff)
The file was modified thys/Dirichlet_Series/Dirichlet_Misc.thy (diff)
The file was modified thys/DynamicArchitectures/document/root.bib (diff)
The file was modified thys/E_Transcendental/E_Transcendental.thy (diff)
The file was modified thys/EdmondsKarp_Maxflow/document/root.bib (diff)
The file was modified thys/Epistemic_Logic/Epistemic_Logic.thy (diff)
The file was modified thys/Error_Function/Error_Function.thy (diff)
The file was modified thys/Euler_MacLaurin/Euler_MacLaurin.thy (diff)
The file was modified thys/Euler_MacLaurin/Euler_MacLaurin_Landau.thy (diff)
The file was modified thys/Factored_Transition_System_Bounding/document/root.bib (diff)
The file was modified thys/First_Welfare_Theorem/document/root.bib (diff)
The file was modified thys/Fishburn_Impossibility/Fishburn_Impossibility.thy (diff)
The file was modified thys/Fishburn_Impossibility/Social_Choice_Functions.thy (diff)
The file was modified thys/Flow_Networks/document/root.bib (diff)
The file was modified thys/Flyspeck-Tame/FaceDivisionProps.thy (diff)
The file was modified thys/Forcing/ROOT (diff)
The file was modified thys/Forcing/Synthetic_Definition.thy (diff)
The file was modified thys/Forcing/renaming.ML (diff)
The file was modified thys/Forcing/utils.ML (diff)
The file was modified thys/Formula_Derivatives/Presburger_Formula.thy (diff)
The file was modified thys/Free-Boolean-Algebra/Free_Boolean_Algebra.thy (diff)
The file was modified thys/Functional-Automata/MaxPrefix.thy (diff)
The file was modified thys/Gabow_SCC/document/root.bib (diff)
The file was modified thys/Gauss_Sums/Finite_Fourier_Series.thy (diff)
The file was modified thys/Generalized_Counting_Sort/Stability.thy (diff)
The file was modified thys/Generic_Deriving/derive_laws.ML (diff)
The file was modified thys/Generic_Deriving/derive_util.ML (diff)
The file was modified thys/Goedel_HFSet_Semanticless/SyntaxN.thy (diff)
The file was modified thys/Goedel_Incompleteness/document/root.tex (diff)
The file was modified thys/Goodstein_Lambda/Goodstein_Lambda.thy (diff)
The file was modified thys/Green/document/root.tex (diff)
The file was modified thys/Hermite_Lindemann/Hermite_Lindemann.thy (diff)
The file was modified thys/Hoare_Time/SepLogK_VCG.thy (diff)
The file was modified thys/Huffman/ROOT (diff)
The file was modified thys/Hybrid_Systems_VCs/HS_Preliminaries.thy (diff)
The file was modified thys/Hybrid_Systems_VCs/HS_VC_Examples.thy (diff)
The file was modified thys/Hybrid_Systems_VCs/KleeneAlgebraTests/HS_VC_KAT_Examples_ndfun.thy (diff)
The file was modified thys/Hybrid_Systems_VCs/KleeneAlgebraTests/HS_VC_KAT_Examples_rel.thy (diff)
The file was modified thys/Hybrid_Systems_VCs/ModalKleeneAlgebra/HS_VC_MKA_Examples_ndfun.thy (diff)
The file was modified thys/Hybrid_Systems_VCs/PredicateTransformers/HS_VC_PT_Examples.thy (diff)
The file was modified thys/IEEE_Floating_Point/Conversion_IEEE_Float.thy (diff)
The file was modified thys/IEEE_Floating_Point/IEEE_Properties.thy (diff)
The file was modified thys/IFC_Tracking/IFC.thy (diff)
The file was modified thys/IMP2/automation/IMP2_Program_Analysis.thy (diff)
The file was modified thys/IMP2/automation/IMP2_Specification.thy (diff)
The file was modified thys/IMP2/automation/IMP2_Var_Postprocessor.thy (diff)
The file was modified thys/IMP2/doc/Examples.thy (diff)
The file was modified thys/IMP2/lib/IMP2_Utils.thy (diff)
The file was modified thys/IMP2/lib/named_simpsets.ML (diff)
The file was modified thys/IMP2/lib/subgoal_focus_some.ML (diff)
The file was modified thys/IMP2/parser/Parser.thy (diff)
The file was modified thys/IMP2_Binary_Heap/document/root.bib (diff)
The file was modified thys/IMP2_Binary_Heap/document/root.tex (diff)
The file was modified thys/IP_Addresses/IP_Address.thy (diff)
The file was modified thys/IP_Addresses/IPv4.thy (diff)
The file was modified thys/IP_Addresses/IPv6.thy (diff)
The file was modified thys/IP_Addresses/Lib_Word_toString.thy (diff)
The file was modified thys/IP_Addresses/NumberWang_IPv6.thy (diff)
The file was modified thys/IP_Addresses/Prefix_Match.thy (diff)
The file was modified thys/Impossible_Geometry/Impossible_Geometry.thy (diff)
The file was modified thys/Iptables_Semantics/Common/Word_Upto.thy (diff)
The file was modified thys/Iptables_Semantics/Primitive_Matchers/Code_Interface.thy (diff)
The file was modified thys/Iptables_Semantics/Primitive_Matchers/IpAddresses.thy (diff)
The file was modified thys/IsaGeoCoq/ROOT (diff)
The file was modified thys/Isabelle_C/C11-FrontEnd/src/C_Eval.thy (diff)
The file was modified thys/Isabelle_Marries_Dirac/Deutsch.thy (diff)
The file was modified thys/Isabelle_Meta_Model/isabelle_home/src/Tools/Code/Isabelle_code_target.thy (diff)
The file was modified thys/Isabelle_Meta_Model/meta_isabelle/Meta_Isabelle.thy (diff)
The file was modified thys/Isabelle_Meta_Model/toy_example/embedding/Generator_dynamic_sequential.thy (diff)
The file was modified thys/Jacobson_Basic_Algebra/Group_Theory.thy (diff)
The file was modified thys/Jinja/BV/BVConform.thy (diff)
The file was modified thys/Jinja/BV/BVExec.thy (diff)
The file was modified thys/Jinja/BV/BVNoTypeError.thy (diff)
The file was modified thys/Jinja/BV/BVSpec.thy (diff)
The file was modified thys/Jinja/BV/BVSpecTypeSafe.thy (diff)
The file was modified thys/Jinja/BV/JVM_SemiType.thy (diff)
The file was modified thys/Jinja/BV/LBVJVM.thy (diff)
The file was modified thys/Jinja/BV/SemiType.thy (diff)
The file was modified thys/Jinja/BV/TF_JVM.thy (diff)
The file was modified thys/Jinja/Compiler/Hidden.thy (diff)
The file was modified thys/Jinja/Compiler/TypeComp.thy (diff)
The file was modified thys/Jinja/DFA/Abstract_BV.thy (diff)
The file was modified thys/Jinja/DFA/Err.thy (diff)
The file was modified thys/Jinja/DFA/LBVComplete.thy (diff)
The file was modified thys/Jinja/DFA/LBVCorrect.thy (diff)
The file was modified thys/Jinja/DFA/LBVSpec.thy (diff)
The file was modified thys/Jinja/DFA/Listn.thy (diff)
The file was modified thys/Jinja/DFA/Opt.thy (diff)
The file was modified thys/Jinja/DFA/Product.thy (diff)
The file was modified thys/Jinja/DFA/Semilat.thy (diff)
The file was modified thys/Jinja/DFA/SemilatAlg.thy (diff)
The file was modified thys/Jinja/DFA/Typing_Framework_err.thy (diff)
The file was modified thys/JinjaDCI/BV/BVConform.thy (diff)
The file was modified thys/JinjaDCI/BV/BVExec.thy (diff)
The file was modified thys/JinjaDCI/BV/BVNoTypeError.thy (diff)
The file was modified thys/JinjaDCI/BV/BVSpec.thy (diff)
The file was modified thys/JinjaDCI/BV/BVSpecTypeSafe.thy (diff)
The file was modified thys/JinjaDCI/BV/ClassAdd.thy (diff)
The file was modified thys/JinjaDCI/BV/Effect.thy (diff)
The file was modified thys/JinjaDCI/BV/EffectMono.thy (diff)
The file was modified thys/JinjaDCI/BV/JVM_SemiType.thy (diff)
The file was modified thys/JinjaDCI/BV/LBVJVM.thy (diff)
The file was modified thys/JinjaDCI/BV/SemiType.thy (diff)
The file was modified thys/JinjaDCI/BV/TF_JVM.thy (diff)
The file was modified thys/JinjaDCI/Common/Auxiliary.thy (diff)
The file was modified thys/JinjaDCI/Common/Conform.thy (diff)
The file was modified thys/JinjaDCI/Common/Decl.thy (diff)
The file was modified thys/JinjaDCI/Common/Exceptions.thy (diff)
The file was modified thys/JinjaDCI/Common/Objects.thy (diff)
The file was modified thys/JinjaDCI/Common/SystemClasses.thy (diff)
The file was modified thys/JinjaDCI/Common/Type.thy (diff)
The file was modified thys/JinjaDCI/Common/TypeRel.thy (diff)
The file was modified thys/JinjaDCI/Common/Value.thy (diff)
The file was modified thys/JinjaDCI/Common/WellForm.thy (diff)
The file was modified thys/JinjaDCI/Compiler/Compiler.thy (diff)
The file was modified thys/JinjaDCI/Compiler/Compiler1.thy (diff)
The file was modified thys/JinjaDCI/Compiler/Compiler2.thy (diff)
The file was modified thys/JinjaDCI/Compiler/Correctness1.thy (diff)
The file was modified thys/JinjaDCI/Compiler/Correctness2.thy (diff)
The file was modified thys/JinjaDCI/Compiler/Hidden.thy (diff)
The file was modified thys/JinjaDCI/Compiler/J1.thy (diff)
The file was modified thys/JinjaDCI/Compiler/J1WellForm.thy (diff)
The file was modified thys/JinjaDCI/Compiler/PCompiler.thy (diff)
The file was modified thys/JinjaDCI/Compiler/TypeComp.thy (diff)
The file was modified thys/JinjaDCI/J/Annotate.thy (diff)
The file was modified thys/JinjaDCI/J/BigStep.thy (diff)
The file was modified thys/JinjaDCI/J/DefAss.thy (diff)
The file was modified thys/JinjaDCI/J/EConform.thy (diff)
The file was modified thys/JinjaDCI/J/Equivalence.thy (diff)
The file was modified thys/JinjaDCI/J/Expr.thy (diff)
The file was modified thys/JinjaDCI/J/JWellForm.thy (diff)
The file was modified thys/JinjaDCI/J/Progress.thy (diff)
The file was modified thys/JinjaDCI/J/SmallStep.thy (diff)
The file was modified thys/JinjaDCI/J/State.thy (diff)
The file was modified thys/JinjaDCI/J/TypeSafe.thy (diff)
The file was modified thys/JinjaDCI/J/WWellForm.thy (diff)
The file was modified thys/JinjaDCI/J/WellType.thy (diff)
The file was modified thys/JinjaDCI/J/WellTypeRT.thy (diff)
The file was modified thys/JinjaDCI/JVM/JVMDefensive.thy (diff)
The file was modified thys/JinjaDCI/JVM/JVMExceptions.thy (diff)
The file was modified thys/JinjaDCI/JVM/JVMExec.thy (diff)
The file was modified thys/JinjaDCI/JVM/JVMExecInstr.thy (diff)
The file was modified thys/JinjaDCI/JVM/JVMInstructions.thy (diff)
The file was modified thys/JinjaDCI/JVM/JVMState.thy (diff)
The file was modified thys/JinjaDCI/JinjaDCI.thy (diff)
The file was modified thys/JinjaDCI/document/root.bib (diff)
The file was modified thys/JinjaThreads/Common/BinOp.thy (diff)
The file was modified thys/Jordan_Normal_Form/Conjugate.thy (diff)
The file was modified thys/Jordan_Normal_Form/ROOT (diff)
The file was modified thys/Knot_Theory/Preliminaries.thy (diff)
The file was modified thys/Kuratowski_Closure_Complement/document/root.bib (diff)
The file was modified thys/LLL_Basis_Reduction/Norms.thy (diff)
The file was modified thys/LOFT/LinuxRouter_OpenFlow_Translation.thy (diff)
The file was modified thys/LOFT/ROOT (diff)
The file was modified thys/LOFT/document/chap3.tex (diff)
The file was modified thys/LOFT/document/root.tex (diff)
The file was modified thys/Lambda_Free_EPO/Lambda_Free_EPO.thy (diff)
The file was modified thys/Landau_Symbols/Group_Sort.thy (diff)
The file was modified thys/Landau_Symbols/Landau_Library.thy (diff)
The file was modified thys/Landau_Symbols/Landau_More.thy (diff)
The file was modified thys/Landau_Symbols/Landau_Real_Products.thy (diff)
The file was modified thys/Landau_Symbols/Landau_Simprocs.thy (diff)
The file was modified thys/Landau_Symbols/landau_simprocs.ML (diff)
The file was modified thys/Lazy_Case/lazy_case.ML (diff)
The file was modified thys/Linear_Recurrences/Partial_Fraction_Decomposition.thy (diff)
The file was modified thys/Linear_Recurrences/ROOT (diff)
The file was modified thys/Linear_Recurrences/RatFPS.thy (diff)
The file was modified thys/Linear_Recurrences/Rational_FPS_Asymptotics.thy (diff)
The file was modified thys/Linear_Recurrences/Solver/Linear_Recurrences_Solver.thy (diff)
The file was modified thys/Liouville_Numbers/Liouville_Numbers.thy (diff)
The file was modified thys/Liouville_Numbers/Liouville_Numbers_Misc.thy (diff)
The file was modified thys/MFMC_Countable/MFMC_Bounded.thy (diff)
The file was modified thys/MFMC_Countable/ROOT (diff)
The file was modified thys/MFMC_Countable/Rel_PMF_Characterisation.thy (diff)
The file was modified thys/MFODL_Monitor_Optimized/Formula.thy (diff)
The file was modified thys/MFODL_Monitor_Optimized/Regex.thy (diff)
The file was modified thys/Markov_Models/Classifying_Markov_Chain_States.thy (diff)
The file was modified thys/Matrices_for_ODEs/MTX_Examples.thy (diff)
The file was modified thys/Matrices_for_ODEs/MTX_Flows.thy (diff)
The file was modified thys/Matrices_for_ODEs/MTX_Preliminaries.thy (diff)
The file was modified thys/Matroids/Matroid.thy (diff)
The file was modified thys/Mersenne_Primes/Lucas_Lehmer_Code.thy (diff)
The file was modified thys/MiniML/Generalize.thy (diff)
The file was modified thys/MiniML/Instance.thy (diff)
The file was modified thys/MiniML/Maybe.thy (diff)
The file was modified thys/MiniML/MiniML.thy (diff)
The file was modified thys/MiniML/Type.thy (diff)
The file was modified thys/MiniML/W.thy (diff)
The file was modified thys/MiniSail/BTVSubst.thy (diff)
The file was modified thys/MiniSail/BTVSubstTypingL.thy (diff)
The file was modified thys/MiniSail/ContextSubtypingL.thy (diff)
The file was modified thys/MiniSail/IVSubst.thy (diff)
The file was modified thys/MiniSail/IVSubstTypingL.thy (diff)
The file was modified thys/MiniSail/MiniSail.thy (diff)
The file was modified thys/MiniSail/Nominal-Utils.thy (diff)
The file was modified thys/MiniSail/Operational.thy (diff)
The file was modified thys/MiniSail/RCLogic.thy (diff)
The file was modified thys/MiniSail/RCLogicL.thy (diff)
The file was modified thys/MiniSail/ROOT (diff)
The file was modified thys/MiniSail/Safety.thy (diff)
The file was modified thys/MiniSail/SubstMethods.thy (diff)
The file was modified thys/MiniSail/Syntax.thy (diff)
The file was modified thys/MiniSail/SyntaxL.thy (diff)
The file was modified thys/MiniSail/Typing.thy (diff)
The file was modified thys/MiniSail/TypingL.thy (diff)
The file was modified thys/MiniSail/Wellformed.thy (diff)
The file was modified thys/MiniSail/WellformedL.thy (diff)
The file was modified thys/MiniSail/document/root.tex (diff)
The file was modified thys/Minkowskis_Theorem/Minkowskis_Theorem.thy (diff)
The file was modified thys/Minsky_Machines/Minsky.thy (diff)
The file was modified thys/Minsky_Machines/ROOT (diff)
The file was modified thys/Minsky_Machines/document/root.bib (diff)
The file was modified thys/Modular_arithmetic_LLL_and_HNF_algorithms/HNF_Mod_Det_Soundness.thy (diff)
The file was modified thys/Modular_arithmetic_LLL_and_HNF_algorithms/Storjohann.thy (diff)
The file was modified thys/Monad_Memo_DP/document/root.bib (diff)
The file was modified thys/Monad_Memo_DP/example/Bellman_Ford.thy (diff)
The file was modified thys/Monad_Memo_DP/state_monad/DP_CRelVS_Ext.thy (diff)
The file was modified thys/Monad_Memo_DP/transform/Transform.ML (diff)
The file was modified thys/Monad_Memo_DP/transform/Transform_Cmd.thy (diff)
The file was modified thys/Monad_Memo_DP/transform/Transform_Const.ML (diff)
The file was modified thys/Monad_Memo_DP/transform/Transform_Data.ML (diff)
The file was modified thys/Monad_Memo_DP/transform/Transform_Misc.ML (diff)
The file was modified thys/Monad_Memo_DP/transform/Transform_Parser.ML (diff)
The file was modified thys/Monad_Memo_DP/transform/Transform_Tactic.ML (diff)
The file was modified thys/Monad_Memo_DP/transform/Transform_Term.ML (diff)
The file was modified thys/Monad_Memo_DP/util/Ground_Function.ML (diff)
The file was modified thys/Monad_Normalisation/Monad_Normalisation_Test.thy (diff)
The file was modified thys/Monad_Normalisation/monad_rules.ML (diff)
The file was modified thys/MonoBoolTranAlgebra/Mono_Bool_Tran.thy (diff)
The file was modified thys/MonoBoolTranAlgebra/Statements.thy (diff)
The file was modified thys/MonoidalCategory/FreeMonoidalCategory.thy (diff)
The file was modified thys/MonoidalCategory/MonoidalCategory.thy (diff)
The file was modified thys/MonoidalCategory/MonoidalFunctor.thy (diff)
The file was modified thys/Myhill-Nerode/Non_Regular_Languages.thy (diff)
The file was modified thys/Native_Word/Bits_Integer.thy (diff)
The file was modified thys/Native_Word/Code_Symbolic_Bits_Int.thy (diff)
The file was modified thys/Native_Word/Code_Target_Bits_Int.thy (diff)
The file was modified thys/Native_Word/Code_Target_Word_Base.thy (diff)
The file was modified thys/Native_Word/Native_Word_Test.thy (diff)
The file was modified thys/Native_Word/Native_Word_Test_GHC.thy (diff)
The file was modified thys/Native_Word/Uint.thy (diff)
The file was modified thys/Native_Word/Uint16.thy (diff)
The file was modified thys/Native_Word/Uint32.thy (diff)
The file was modified thys/Native_Word/Uint64.thy (diff)
The file was modified thys/Native_Word/Uint8.thy (diff)
The file was modified thys/Nominal2/Nominal2.thy (diff)
The file was modified thys/Nominal2/Nominal2_Base.thy (diff)
The file was modified thys/Nominal2/nominal_atoms.ML (diff)
The file was modified thys/Nominal2/nominal_basics.ML (diff)
The file was modified thys/Nominal2/nominal_dt_alpha.ML (diff)
The file was modified thys/Nominal2/nominal_dt_data.ML (diff)
The file was modified thys/Nominal2/nominal_dt_quot.ML (diff)
The file was modified thys/Nominal2/nominal_dt_rawfuns.ML (diff)
The file was modified thys/Nominal2/nominal_eqvt.ML (diff)
The file was modified thys/Nominal2/nominal_function_common.ML (diff)
The file was modified thys/Nominal2/nominal_function_core.ML (diff)
The file was modified thys/Nominal2/nominal_inductive.ML (diff)
The file was modified thys/Nominal2/nominal_library.ML (diff)
The file was modified thys/Nominal2/nominal_mutual.ML (diff)
The file was modified thys/Nominal2/nominal_permeq.ML (diff)
The file was modified thys/Nominal2/nominal_thmdecls.ML (diff)
The file was modified thys/Order_Lattice_Props/Order_Duality.thy (diff)
The file was modified thys/Order_Lattice_Props/Order_Lattice_Props.thy (diff)
The file was modified thys/Order_Lattice_Props/Order_Lattice_Props_Loc.thy (diff)
The file was modified thys/Order_Lattice_Props/Order_Lattice_Props_Wenzel.thy (diff)
The file was modified thys/Order_Lattice_Props/Representations.thy (diff)
The file was modified thys/Order_Lattice_Props/Sup_Lattice.thy (diff)
The file was modified thys/Ordinal_Partitions/Library_Additions.thy (diff)
The file was modified thys/Ordinal_Partitions/Omega_Omega.thy (diff)
The file was modified thys/Ordinal_Partitions/Partitions.thy (diff)
The file was modified thys/Ordinary_Differential_Equations/Ex/Lorenz/Lorenz_Approximation.thy (diff)
The file was modified thys/Ordinary_Differential_Equations/Numerics/Example_Utilities.thy (diff)
The file was modified thys/Ordinary_Differential_Equations/Numerics/Refine_Rigorous_Numerics_Aform.thy (diff)
The file was modified thys/PAC_Checker/PAC_Checker_Relation.thy (diff)
The file was modified thys/PLM/TAO_99_SanityTests.thy (diff)
The file was modified thys/PLM/document/root.bib (diff)
The file was modified thys/PSemigroupsConvolution/Binary_Modalities.thy (diff)
The file was modified thys/Padic_Ints/document/root.bib (diff)
The file was modified thys/Partial_Function_MR/partial_function_mr.ML (diff)
The file was modified thys/Planarity_Certificates/l4v/lib/wp/WP-method.ML (diff)
The file was modified thys/Poincare_Disc/document/root.bib (diff)
The file was modified thys/Polynomial_Factorization/Explicit_Roots.thy (diff)
The file was modified thys/Polynomial_Factorization/ROOT (diff)
The file was modified thys/Pratt_Certificate/Pratt_Certificate.thy (diff)
The file was modified thys/Pratt_Certificate/pratt.ML (diff)
The file was modified thys/Prime_Distribution_Elementary/Partial_Zeta_Bounds.thy (diff)
The file was modified thys/Prime_Harmonic_Series/Prime_Harmonic.thy (diff)
The file was modified thys/Prime_Harmonic_Series/Prime_Harmonic_Misc.thy (diff)
The file was modified thys/Prime_Harmonic_Series/Squarefree_Nat.thy (diff)
The file was modified thys/Prime_Number_Theorem/Prime_Number_Theorem_Library.thy (diff)
The file was modified thys/Probabilistic_Timed_Automata/ROOT (diff)
The file was modified thys/Probabilistic_Timed_Automata/library/Graphs.thy (diff)
The file was modified thys/Probabilistic_Timed_Automata/library/More_List.thy (diff)
The file was modified thys/Probabilistic_Timed_Automata/library/Stream_More.thy (diff)
The file was modified thys/Probabilistic_While/ROOT (diff)
The file was modified thys/Projective_Measurements/CHSH_Inequality.thy (diff)
The file was modified thys/Projective_Measurements/Linear_Algebra_Complements.thy (diff)
The file was modified thys/Projective_Measurements/Projective_Measurements.thy (diff)
The file was modified thys/Proof_Strategy_Language/Isar_Interface.ML (diff)
The file was modified thys/Proof_Strategy_Language/Utils.ML (diff)
The file was modified thys/Propositional_Proof_Systems/Compactness.thy (diff)
The file was modified thys/Propositional_Proof_Systems/Consistency.thy (diff)
The file was modified thys/Propositional_Proof_Systems/LSC_Resolution.thy (diff)
The file was modified thys/Propositional_Proof_Systems/ND_Compl_Truthtable_Compact.thy (diff)
The file was modified thys/Propositional_Proof_Systems/ND_FiniteAssms.thy (diff)
The file was modified thys/Propositional_Proof_Systems/SC_Depth.thy (diff)
The file was modified thys/Propositional_Proof_Systems/SC_Gentzen.thy (diff)
The file was modified thys/Prpu_Maxflow/document/root.bib (diff)
The file was modified thys/Public_Announcement_Logic/PAL.thy (diff)
The file was modified thys/QHLProver/Complex_Matrix.thy (diff)
The file was modified thys/QHLProver/Grover.thy (diff)
The file was modified thys/QHLProver/Matrix_Limit.thy (diff)
The file was modified thys/QHLProver/Quantum_Hoare.thy (diff)
The file was modified thys/QHLProver/Quantum_Program.thy (diff)
The file was modified thys/Quick_Sort_Cost/Quick_Sort_Average_Case.thy (diff)
The file was modified thys/Quick_Sort_Cost/Randomised_Quick_Sort.thy (diff)
The file was modified thys/ROOTS (diff)
The file was modified thys/Random_BSTs/Random_BSTs.thy (diff)
The file was modified thys/Randomised_Social_Choice/Automation/Preference_Profile_Cmd.thy (diff)
The file was modified thys/Randomised_Social_Choice/Automation/QSOpt_Exact.thy (diff)
The file was modified thys/Randomised_Social_Choice/Automation/SDS_Automation.thy (diff)
The file was modified thys/Randomised_Social_Choice/Preference_Profiles.thy (diff)
The file was modified thys/Randomised_Social_Choice/SDS_Lowering.thy (diff)
The file was modified thys/Randomised_Social_Choice/SD_Efficiency.thy (diff)
The file was modified thys/Randomised_Social_Choice/Social_Decision_Schemes.thy (diff)
The file was modified thys/Randomised_Social_Choice/Stochastic_Dominance.thy (diff)
The file was modified thys/Randomised_Social_Choice/document/root.tex (diff)
The file was modified thys/Refine_Imperative_HOL/Lib/Named_Theorems_Rev.thy (diff)
The file was modified thys/Refine_Imperative_HOL/Lib/User_Smashing.thy (diff)
The file was modified thys/Refine_Imperative_HOL/Sepref_Frame.thy (diff)
The file was modified thys/Refine_Imperative_HOL/Sepref_Id_Op.thy (diff)
The file was modified thys/Refine_Imperative_HOL/Sepref_Monadify.thy (diff)
The file was modified thys/Refine_Imperative_HOL/Sepref_Rules.thy (diff)
The file was modified thys/Refine_Imperative_HOL/Sepref_Translate.thy (diff)
The file was modified thys/Refine_Imperative_HOL/benchmarks/Heapmap/isabelle/Heapmap_Bench.thy (diff)
The file was modified thys/Refine_Monadic/Generic/RefineG_Transfer.thy (diff)
The file was modified thys/Refine_Monadic/Refine_Automation.thy (diff)
The file was modified thys/Refine_Monadic/document/root.bib (diff)
The file was modified thys/Refine_Monadic/refine_mono_prover.ML (diff)
The file was modified thys/Regex_Equivalence/Benchmark.thy (diff)
The file was modified thys/Regression_Test_Selection/Common/CollectionBasedRTS.thy (diff)
The file was modified thys/Regression_Test_Selection/Common/CollectionSemantics.thy (diff)
The file was modified thys/Regression_Test_Selection/Common/RTS_safe.thy (diff)
The file was modified thys/Regression_Test_Selection/Common/Semantics.thy (diff)
The file was modified thys/Regression_Test_Selection/JVM_RTS/JVMCollectionBasedRTS.thy (diff)
The file was modified thys/Regression_Test_Selection/JVM_RTS/JVMCollectionSemantics.thy (diff)
The file was modified thys/Regression_Test_Selection/JVM_RTS/JVMSemantics.thy (diff)
The file was modified thys/Regression_Test_Selection/JinjaSuppl/ClassesAbove.thy (diff)
The file was modified thys/Regression_Test_Selection/JinjaSuppl/ClassesChanged.thy (diff)
The file was modified thys/Regression_Test_Selection/JinjaSuppl/JVMExecStepInductive.thy (diff)
The file was modified thys/Regression_Test_Selection/JinjaSuppl/Subcls.thy (diff)
The file was modified thys/Regular-Sets/Regexp_Constructions.thy (diff)
The file was modified thys/Regular-Sets/pEquivalence_Checking.thy (diff)
The file was modified thys/Relational_Disjoint_Set_Forests/Disjoint_Set_Forests.thy (diff)
The file was modified thys/Relational_Method/Anonymity.thy (diff)
The file was modified thys/Relational_Method/Authentication.thy (diff)
The file was modified thys/Relational_Method/Definitions.thy (diff)
The file was modified thys/Relational_Method/Possibility.thy (diff)
The file was modified thys/Relational_Method/ROOT (diff)
The file was modified thys/Relational_Paths/document/root.bib (diff)
The file was modified thys/Residuated_Lattices/Residuated_Boolean_Algebras.thy (diff)
The file was modified thys/Residuated_Lattices/Residuated_Lattices.thy (diff)
The file was modified thys/Routing/ROOT (diff)
The file was modified thys/Routing/Routing_Table.thy (diff)
The file was modified thys/SDS_Impossibility/SDS_Impossibility.thy (diff)
The file was modified thys/SIFUM_Type_Systems/Preliminaries.thy (diff)
The file was modified thys/SPARCv8/SparcModel_MMU/MMU.thy (diff)
The file was modified thys/SPARCv8/SparcModel_MMU/RegistersOps.thy (diff)
The file was modified thys/SPARCv8/SparcModel_MMU/Sparc_Execution.thy (diff)
The file was modified thys/SPARCv8/SparcModel_MMU/Sparc_Instruction.thy (diff)
The file was modified thys/SPARCv8/SparcModel_MMU/Sparc_Properties.thy (diff)
The file was modified thys/SPARCv8/SparcModel_MMU/Sparc_State.thy (diff)
The file was modified thys/SPARCv8/SparcModel_MMU/Sparc_Types.thy (diff)
The file was modified thys/Saturation_Framework_Extensions/Clausal_Calculus.thy (diff)
The file was modified thys/Saturation_Framework_Extensions/FO_Ordered_Resolution_Prover_Revisited.thy (diff)
The file was modified thys/Saturation_Framework_Extensions/Standard_Redundancy_Criterion.thy (diff)
The file was modified thys/SenSocialChoice/Arrow.thy (diff)
The file was modified thys/Separation_Logic_Imperative_HOL/Examples/Hash_Map_Impl.thy (diff)
The file was modified thys/Separation_Logic_Imperative_HOL/Examples/Idioms.thy (diff)
The file was modified thys/Separation_Logic_Imperative_HOL/Examples/Imp_List_Spec.thy (diff)
The file was modified thys/Separation_Logic_Imperative_HOL/Examples/Imp_Map_Spec.thy (diff)
The file was modified thys/Separation_Logic_Imperative_HOL/Examples/Imp_Set_Spec.thy (diff)
The file was modified thys/Separation_Logic_Imperative_HOL/Examples/Open_List.thy (diff)
The file was modified thys/Show/Old_Datatype/Old_Show.thy (diff)
The file was modified thys/Show/Old_Datatype/old_show_generator.ML (diff)
The file was modified thys/Show/show_generator.ML (diff)
The file was modified thys/Simpl/generalise_state.ML (diff)
The file was modified thys/Simpl/hoare.ML (diff)
The file was modified thys/SpecCheck/README.md (diff)
The file was modified thys/SpecCheck/ROOT (diff)
The file was modified thys/SpecCheck/SpecCheck.thy (diff)
The file was modified thys/SpecCheck/dynamic/SpecCheck_Dynamic.thy (diff)
The file was modified thys/SpecCheck/dynamic/dynamic_construct.ML (diff)
The file was modified thys/SpecCheck/dynamic/speccheck_dynamic.ML (diff)
The file was modified thys/SpecCheck/examples/SpecCheck_Examples.thy (diff)
The file was modified thys/SpecCheck/generators/gen.ML (diff)
The file was modified thys/SpecCheck/generators/gen_base.ML (diff)
The file was modified thys/SpecCheck/generators/gen_function.ML (diff)
The file was modified thys/SpecCheck/generators/gen_int.ML (diff)
The file was modified thys/SpecCheck/generators/gen_real.ML (diff)
The file was modified thys/SpecCheck/generators/gen_term.ML (diff)
The file was modified thys/SpecCheck/generators/gen_text.ML (diff)
The file was modified thys/SpecCheck/generators/gen_types.ML (diff)
The file was modified thys/SpecCheck/lecker.ML (diff)
The file was modified thys/SpecCheck/output_styles/output_style.ML (diff)
The file was modified thys/SpecCheck/output_styles/output_style_custom.ML (diff)
The file was modified thys/SpecCheck/output_styles/output_style_perl.ML (diff)
The file was modified thys/SpecCheck/output_styles/output_style_types.ML (diff)
The file was modified thys/SpecCheck/property.ML (diff)
The file was modified thys/SpecCheck/show/SpecCheck_Show.thy (diff)
The file was modified thys/SpecCheck/show/show.ML (diff)
The file was modified thys/SpecCheck/show/show_base.ML (diff)
The file was modified thys/SpecCheck/show/show_types.ML (diff)
The file was modified thys/SpecCheck/shrink/shrink.ML (diff)
The file was modified thys/SpecCheck/shrink/shrink_base.ML (diff)
The file was modified thys/SpecCheck/shrink/shrink_types.ML (diff)
The file was modified thys/SpecCheck/speccheck.ML (diff)
The file was modified thys/Statecharts/Expr.thy (diff)
The file was modified thys/Stirling_Formula/Gamma_Asymptotics.thy (diff)
The file was modified thys/Stone_Relation_Algebras/Linear_Order_Matrices.thy (diff)
The file was modified thys/Stream_Fusion_Code/stream_fusion.ML (diff)
The file was modified thys/Sturm_Sequences/Examples/Sturm_Ex.thy (diff)
The file was modified thys/Sturm_Sequences/Lib/Misc_Polynomial.thy (diff)
The file was modified thys/Sturm_Sequences/ROOT (diff)
The file was modified thys/Sturm_Sequences/Sturm.thy (diff)
The file was modified thys/Sturm_Sequences/Sturm_Method.thy (diff)
The file was modified thys/Sturm_Sequences/Sturm_Theorem.thy (diff)
The file was modified thys/Sturm_Sequences/document/root_userguide.tex (diff)
The file was modified thys/Subresultants/Subresultant.thy (diff)
The file was modified thys/Subresultants/Subresultant_Gcd.thy (diff)
The file was modified thys/Subset_Boolean_Algebras/document/root.bib (diff)
The file was modified thys/TESL_Language/Introduction.thy (diff)
The file was modified thys/Timed_Automata/Closure.thy (diff)
The file was modified thys/Transformer_Semantics/Kleisli_Transformers.thy (diff)
The file was modified thys/Treaps/Random_List_Permutation.thy (diff)
The file was modified thys/Triangle/Angles.thy (diff)
The file was modified thys/Triangle/Triangle.thy (diff)
The file was modified thys/Twelvefold_Way/Twelvefold_Way_Core.thy (diff)
The file was modified thys/Tycon/tycondef.ML (diff)
The file was modified thys/Types_Tableaus_and_Goedels_God/document/root.bib (diff)
The file was modified thys/UTP/toolkit/Total_Recall.ML (diff)
The file was modified thys/UTP/toolkit/Total_Recall.thy (diff)
The file was modified thys/UTP/utp/uexpr_rep_eq.ML (diff)
The file was modified thys/Universal_Turing_Machine/UF.thy (diff)
The file was modified thys/UpDown_Scheme/Triangular_Function.thy (diff)
The file was modified thys/Verified_SAT_Based_AI_Planning/SAS_Plus_STRIPS.thy (diff)
The file was modified thys/Verified_SAT_Based_AI_Planning/SAT_Plan_Base.thy (diff)
The file was modified thys/Verified_SAT_Based_AI_Planning/STRIPS_Semantics.thy (diff)
The file was modified thys/Vickrey_Clarke_Groves/MiscTools.thy (diff)
The file was modified thys/Word_Lib/Aligned.thy (diff)
The file was modified thys/Word_Lib/Ancient_Numeral.thy (diff)
The file was modified thys/Word_Lib/Bit_Comprehension.thy (diff)
The file was modified thys/Word_Lib/Bit_Shifts_Infix_Syntax.thy (diff)
The file was modified thys/Word_Lib/Bits_Int.thy (diff)
The file was modified thys/Word_Lib/Bitwise.thy (diff)
The file was modified thys/Word_Lib/Examples.thy (diff)
The file was modified thys/Word_Lib/Generic_set_bit.thy (diff)
The file was modified thys/Word_Lib/Guide.thy (diff)
The file was modified thys/Word_Lib/Least_significant_bit.thy (diff)
The file was modified thys/Word_Lib/Legacy_Aliases.thy (diff)
The file was modified thys/Word_Lib/Many_More.thy (diff)
The file was modified thys/Word_Lib/More_Arithmetic.thy (diff)
The file was modified thys/Word_Lib/More_Word.thy (diff)
The file was modified thys/Word_Lib/More_Word_Operations.thy (diff)
The file was modified thys/Word_Lib/Most_significant_bit.thy (diff)
The file was modified thys/Word_Lib/Next_and_Prev.thy (diff)
The file was modified thys/Word_Lib/Norm_Words.thy (diff)
The file was modified thys/Word_Lib/Reversed_Bit_Lists.thy (diff)
The file was modified thys/Word_Lib/Rsplit.thy (diff)
The file was modified thys/Word_Lib/Signed_Division_Word.thy (diff)
The file was modified thys/Word_Lib/Signed_Words.thy (diff)
The file was modified thys/Word_Lib/Type_Syntax.thy (diff)
The file was modified thys/Word_Lib/Word_16.thy (diff)
The file was modified thys/Word_Lib/Word_32.thy (diff)
The file was modified thys/Word_Lib/Word_64.thy (diff)
The file was modified thys/Word_Lib/Word_8.thy (diff)
The file was modified thys/Word_Lib/Word_EqI.thy (diff)
The file was modified thys/Word_Lib/Word_Lemmas.thy (diff)
The file was modified thys/Word_Lib/Word_Lib_Sumo.thy (diff)
The file was modified thys/Word_Lib/Word_Syntax.thy (diff)
The file was modified thys/Zeta_Function/ROOT (diff)
The file was modified thys/Zeta_Function/Zeta_Function.thy (diff)
The file was modified web/about.html (diff)
The file was modified web/entries/AI_Planning_Languages_Semantics.html (diff)
The file was modified web/entries/Abstract-Rewriting.html (diff)
The file was modified web/entries/Aggregation_Algebras.html (diff)
The file was modified web/entries/Akra_Bazzi.html (diff)
The file was modified web/entries/Algebraic_Numbers.html (diff)
The file was modified web/entries/Amicable_Numbers.html (diff)
The file was modified web/entries/Aristotles_Assertoric_Syllogistic.html (diff)
The file was modified web/entries/Automatic_Refinement.html (diff)
The file was modified web/entries/Banach_Steinhaus.html (diff)
The file was modified web/entries/BenOr_Kozen_Reif.html (diff)
The file was modified web/entries/Berlekamp_Zassenhaus.html (diff)
The file was modified web/entries/Bernoulli.html (diff)
The file was modified web/entries/Bertrands_Postulate.html (diff)
The file was modified web/entries/Bicategory.html (diff)
The file was modified web/entries/Binomial-Heaps.html (diff)
The file was modified web/entries/Bounded_Deducibility_Security.html (diff)
The file was modified web/entries/Budan_Fourier.html (diff)
The file was modified web/entries/Buffons_Needle.html (diff)
The file was modified web/entries/CAVA_Automata.html (diff)
The file was modified web/entries/CAVA_LTL_Modelchecker.html (diff)
The file was modified web/entries/CISC-Kernel.html (diff)
The file was modified web/entries/Card_Partitions.html (diff)
The file was modified web/entries/Catalan_Numbers.html (diff)
The file was modified web/entries/Category3.html (diff)
The file was modified web/entries/Collections.html (diff)
The file was modified web/entries/Comparison_Sort_Lower_Bound.html (diff)
The file was modified web/entries/Complete_Non_Orders.html (diff)
The file was modified web/entries/Complex_Geometry.html (diff)
The file was modified web/entries/Containers.html (diff)
The file was modified web/entries/Count_Complex_Roots.html (diff)
The file was modified web/entries/DFS_Framework.html (diff)
The file was modified web/entries/Density_Compiler.html (diff)
The file was modified web/entries/Descartes_Sign_Rule.html (diff)
The file was modified web/entries/Differential_Game_Logic.html (diff)
The file was modified web/entries/Dijkstra_Shortest_Path.html (diff)
The file was modified web/entries/Dirichlet_L.html (diff)
The file was modified web/entries/Dirichlet_Series.html (diff)
The file was modified web/entries/E_Transcendental.html (diff)
The file was modified web/entries/EdmondsKarp_Maxflow.html (diff)
The file was modified web/entries/Efficient-Mergesort.html (diff)
The file was modified web/entries/Ergodic_Theory.html (diff)
The file was modified web/entries/Error_Function.html (diff)
The file was modified web/entries/Euler_MacLaurin.html (diff)
The file was modified web/entries/Finger-Trees.html (diff)
The file was modified web/entries/Fishburn_Impossibility.html (diff)
The file was modified web/entries/Fisher_Yates.html (diff)
The file was modified web/entries/Flow_Networks.html (diff)
The file was modified web/entries/Floyd_Warshall.html (diff)
The file was modified web/entries/Formal_Puiseux_Series.html (diff)
The file was modified web/entries/Furstenberg_Topology.html (diff)
The file was modified web/entries/Gabow_SCC.html (diff)
The file was modified web/entries/Gauss_Jordan.html (diff)
The file was modified web/entries/Gauss_Sums.html (diff)
The file was modified web/entries/Gaussian_Integers.html (diff)
The file was modified web/entries/Girth_Chromatic.html (diff)
The file was modified web/entries/Graph_Theory.html (diff)
The file was modified web/entries/Hermite_Lindemann.html (diff)
The file was modified web/entries/HyperCTL.html (diff)
The file was modified web/entries/IMO2019.html (diff)
The file was modified web/entries/IMP2.html (diff)
The file was modified web/entries/Irrational_Series_Erdos_Straus.html (diff)
The file was modified web/entries/Irrationality_J_Hancl.html (diff)
The file was modified web/entries/Jinja.html (diff)
The file was modified web/entries/Jordan_Normal_Form.html (diff)
The file was modified web/entries/KAD.html (diff)
The file was modified web/entries/Knuth_Bendix_Order.html (diff)
The file was modified web/entries/Knuth_Morris_Pratt.html (diff)
The file was modified web/entries/Kruskal.html (diff)
The file was modified web/entries/LLL_Basis_Reduction.html (diff)
The file was modified web/entries/LLL_Factorization.html (diff)
The file was modified web/entries/LTL_to_GBA.html (diff)
The file was modified web/entries/Lambert_W.html (diff)
The file was modified web/entries/Landau_Symbols.html (diff)
The file was modified web/entries/Laws_of_Large_Numbers.html (diff)
The file was modified web/entries/Linear_Recurrences.html (diff)
The file was modified web/entries/Liouville_Numbers.html (diff)
The file was modified web/entries/List-Index.html (diff)
The file was modified web/entries/List_Inversions.html (diff)
The file was modified web/entries/Lucas_Theorem.html (diff)
The file was modified web/entries/MFMC_Countable.html (diff)
The file was modified web/entries/MFODL_Monitor_Optimized.html (diff)
The file was modified web/entries/Mason_Stothers.html (diff)
The file was modified web/entries/Matrix.html (diff)
The file was modified web/entries/Median_Of_Medians_Selection.html (diff)
The file was modified web/entries/Mersenne_Primes.html (diff)
The file was modified web/entries/Minkowskis_Theorem.html (diff)
The file was modified web/entries/Monad_Normalisation.html (diff)
The file was modified web/entries/MonoBoolTranAlgebra.html (diff)
The file was modified web/entries/Myhill-Nerode.html (diff)
The file was modified web/entries/Nested_Multisets_Ordinals.html (diff)
The file was modified web/entries/Octonions.html (diff)
The file was modified web/entries/Pell.html (diff)
The file was modified web/entries/Perron_Frobenius.html (diff)
The file was modified web/entries/Pi_Transcendental.html (diff)
The file was modified web/entries/Polynomial_Factorization.html (diff)
The file was modified web/entries/Polynomial_Interpolation.html (diff)
The file was modified web/entries/Polynomials.html (diff)
The file was modified web/entries/Power_Sum_Polynomials.html (diff)
The file was modified web/entries/Prim_Dijkstra_Simple.html (diff)
The file was modified web/entries/Prime_Distribution_Elementary.html (diff)
The file was modified web/entries/Prime_Harmonic_Series.html (diff)
The file was modified web/entries/Prime_Number_Theorem.html (diff)
The file was modified web/entries/Priority_Search_Trees.html (diff)
The file was modified web/entries/Probabilistic_Prime_Tests.html (diff)
The file was modified web/entries/Program-Conflict-Analysis.html (diff)
The file was modified web/entries/Prpu_Maxflow.html (diff)
The file was modified web/entries/Quick_Sort_Cost.html (diff)
The file was modified web/entries/ROBDD.html (diff)
The file was modified web/entries/Random_BSTs.html (diff)
The file was modified web/entries/Randomised_BSTs.html (diff)
The file was modified web/entries/Randomised_Social_Choice.html (diff)
The file was modified web/entries/Real_Impl.html (diff)
The file was modified web/entries/Refine_Imperative_HOL.html (diff)
The file was modified web/entries/Refine_Monadic.html (diff)
The file was modified web/entries/Regex_Equivalence.html (diff)
The file was modified web/entries/Regular-Sets.html (diff)
The file was modified web/entries/Relational_Disjoint_Set_Forests.html (diff)
The file was modified web/entries/Relational_Minimum_Spanning_Trees.html (diff)
The file was modified web/entries/Relational_Paths.html (diff)
The file was modified web/entries/SDS_Impossibility.html (diff)
The file was modified web/entries/Separation_Logic_Imperative_HOL.html (diff)
The file was modified web/entries/Show.html (diff)
The file was modified web/entries/Skip_Lists.html (diff)
The file was modified web/entries/SpecCheck.html (diff)
The file was modified web/entries/Stirling_Formula.html (diff)
The file was modified web/entries/Stone_Algebras.html (diff)
The file was modified web/entries/Stone_Kleene_Relation_Algebras.html (diff)
The file was modified web/entries/Stone_Relation_Algebras.html (diff)
The file was modified web/entries/Sturm_Sequences.html (diff)
The file was modified web/entries/Subresultants.html (diff)
The file was modified web/entries/Subset_Boolean_Algebras.html (diff)
The file was modified web/entries/Symmetric_Polynomials.html (diff)
The file was modified web/entries/Transcendence_Series_Hancl_Rucki.html (diff)
The file was modified web/entries/Treaps.html (diff)
The file was modified web/entries/Tree-Automata.html (diff)
The file was modified web/entries/Triangle.html (diff)
The file was modified web/entries/Van_der_Waerden.html (diff)
The file was modified web/entries/VectorSpace.html (diff)
The file was modified web/entries/VerifyThis2018.html (diff)
The file was modified web/entries/VerifyThis2019.html (diff)
The file was modified web/entries/Word_Lib.html (diff)
The file was modified web/entries/ZFC_in_HOL.html (diff)
The file was modified web/entries/Zeta_3_Irrational.html (diff)
The file was modified web/entries/Zeta_Function.html (diff)
The file was modified web/index.html (diff)
The file was modified web/rss.xml (diff)
The file was modified web/statistics.html (diff)
The file was modified web/topics.html (diff)
Changeset 12857:9783556732ec by Burkhart Wolff _wolff@lri.fr_:
documentation fine-tuning.
The file was modified thys/Isabelle_C/C11-FrontEnd/C_Appendices.thy (diff)
Changeset 12856:25c35ef2f771 by Burkhart Wolff _wolff@lri.fr_:
Added section on C11_Ast_Lib in chapter II.
The file was modified thys/Isabelle_C/C11-FrontEnd/C_Appendices.thy (diff)
Changeset 12855:9ee07a7f9824 by Burkhart Wolff _wolff@lri.fr_:
Example section restored and Documentation adapted.
The file was modified thys/Isabelle_C/C11-FrontEnd/C_Appendices.thy (diff)
The file was modified thys/Isabelle_C/C11-FrontEnd/examples/C0.thy (diff)
The file was modified thys/Isabelle_C/C11-FrontEnd/examples/C1.thy (diff)
The file was modified thys/Isabelle_C/C11-FrontEnd/examples/C2.thy (diff)
The file was modified thys/Isabelle_C/C11-FrontEnd/examples/C3.thy (diff)
The file was modified thys/Isabelle_C/C11-FrontEnd/examples/C4.thy (diff)
The file was modified thys/Isabelle_C/C11-FrontEnd/examples/C_paper.thy (diff)
Changeset 12854:50eea014c592 by Burkhart Wolff _wolff@lri.fr_:
Stramge intermediate configuration: Example section zerschossen.
The file was modified thys/Isabelle_C/C11-FrontEnd/C_Appendices.thy (diff)
The file was modified thys/Isabelle_C/C11-FrontEnd/document/root.tex (diff)
The file was modified thys/Isabelle_C/C11-FrontEnd/examples/C0.thy (diff)
The file was modified thys/Isabelle_C/C11-FrontEnd/examples/C1.thy (diff)
The file was modified thys/Isabelle_C/C11-FrontEnd/examples/C2.thy (diff)
The file was modified thys/Isabelle_C/C11-FrontEnd/examples/C3.thy (diff)
The file was modified thys/Isabelle_C/C11-FrontEnd/examples/C4.thy (diff)
The file was modified thys/Isabelle_C/C11-FrontEnd/examples/C_paper.thy (diff)
The file was modified thys/Isabelle_C/C11-FrontEnd/src/C_Ast.thy (diff)
The file was modified thys/Isabelle_C/ROOT (diff)
Changeset 12853:ada85c62541d by Burkhart Wolff _wolff@lri.fr_:
Port to Isabelle2021-1 RC 2.
The file was modified thys/Isabelle_C/C11-FrontEnd/examples/C1.thy (diff)
The file was modified thys/Isabelle_C/C11-FrontEnd/examples/C4.thy (diff)
The file was modified thys/Isabelle_C/C11-FrontEnd/src/C_Ast.thy (diff)
The file was modified thys/Isabelle_C/C11-FrontEnd/src/C_Command.thy (diff)
The file was modified thys/Isabelle_C/C11-FrontEnd/src/C_Lexer_Annotation.thy (diff)
The file was modified thys/Isabelle_C/C11-FrontEnd/src/C_Lexer_Language.thy (diff)
The file was modified thys/Isabelle_C/C11-FrontEnd/src/C_Parser_Annotation.thy (diff)
The file was modified thys/Isabelle_C/C11-FrontEnd/src/C_Parser_Language.thy (diff)
Changeset 12852:576d52916010 by Burkhart Wolff _wolff@lri.fr_:
Improved documentation.
The file was modified thys/Isabelle_C/C11-FrontEnd/examples/C0.thy (diff)
The file was modified thys/Isabelle_C/C11-FrontEnd/examples/C1.thy (diff)
The file was modified thys/Isabelle_C/C11-FrontEnd/examples/C3.thy (diff)
The file was modified thys/Isabelle_C/C11-FrontEnd/examples/C4.thy (diff)
Changeset 12851:0c90deecaa25 by Burkhart Wolff _wolff@lri.fr_:
Examples for  iterator - applications: queries,  and translations into term.
The file was addedthys/Isabelle_C/C11-FrontEnd/examples/C1.thy
The file was modified thys/Isabelle_C/C11-FrontEnd/examples/C3.thy (diff)
The file was modified thys/Isabelle_C/C11-FrontEnd/src/C_Ast.thy (diff)
The file was modified thys/Isabelle_C/C11-FrontEnd/src/C_Document.thy (diff)
The file was modified thys/Isabelle_C/C11-FrontEnd/src/C_Lexer_Language.thy (diff)
Changeset 12850:b45f894cef6c by Burkhart Wolff _wolff@lri.fr_:
Rearranging standard root store; better documentation in C_Command.
The file was modified thys/Isabelle_C/C11-FrontEnd/examples/C0.thy (diff)
The file was modified thys/Isabelle_C/C11-FrontEnd/examples/C_paper.thy (diff)
The file was modified thys/Isabelle_C/C11-FrontEnd/src/C_Command.thy (diff)
Changeset 12849:98838b260ed4 by Burkhart Wolff _wolff@lri.fr_:
Rearranging the ML _programming Example Section C1.
The file was addedthys/Isabelle_C/C11-FrontEnd/examples/C2.thy
The file was addedthys/Isabelle_C/C11-FrontEnd/examples/C3.thy
The file was removedthys/Isabelle_C/C11-FrontEnd/examples/C1.thy
The file was addedthys/Isabelle_C/C11-FrontEnd/examples/C4.thy
The file was removedthys/Isabelle_C/C11-FrontEnd/examples/C2.thy
The file was modified thys/Isabelle_C/C11-FrontEnd/examples/C0.thy (diff)
Changeset 12846:78cb914993be by Burkhart Wolff _wolff@lri.fr_:
Improved Standard Interface to C11: Better signatures, a CEnv signature, C11 Std Ast Store (in C2.thy)
The file was modified thys/Isabelle_C/C11-FrontEnd/examples/C1.thy (diff)
The file was modified thys/Isabelle_C/C11-FrontEnd/examples/C2.thy (diff)
The file was modified thys/Isabelle_C/C11-FrontEnd/generated/c_grammar_fun.grm.sig (diff)
The file was modified thys/Isabelle_C/C11-FrontEnd/src/C_Ast.thy (diff)
The file was modified thys/Isabelle_C/C11-FrontEnd/src/C_Command.thy (diff)
The file was modified thys/Isabelle_C/C11-FrontEnd/src/C_Environment.thy (diff)
Changeset 12845:ee01bce2ecca by Burkhart Wolff _wolff@lri.fr_:
Restructuring of Interfaces; more show cases.
The file was modified thys/Isabelle_C/C11-FrontEnd/examples/C1.thy (diff)
The file was modified thys/Isabelle_C/C11-FrontEnd/examples/C2.thy (diff)
The file was modified thys/Isabelle_C/C11-FrontEnd/generated/c_grammar_fun.grm.sig (diff)
The file was modified thys/Isabelle_C/C11-FrontEnd/src/C_Command.thy (diff)
The file was modified thys/Isabelle_C/C11-FrontEnd/src/C_Environment.thy (diff)
The file was modified thys/Isabelle_C/C11-FrontEnd/src/C_Lexer_Annotation.thy (diff)
The file was modified thys/Isabelle_C/C11-FrontEnd/src/C_Lexer_Language.thy (diff)
The file was modified thys/Isabelle_C/C11-FrontEnd/src/C_Parser_Language.thy (diff)
Changeset 12844:1cdca4295bac by simon foster _simon.foster@york.ac.uk_:
Updated meta-data for Optics
The file was modified metadata/metadata (diff)
Changeset 12843:c061bf9f46f3 by simon foster _simon.foster@york.ac.uk_:
Additional scene laws
The file was modified thys/Optics/Scenes.thy (diff)
Changeset 12841:9f8bcd71c121 by simon foster _simon.foster@york.ac.uk_:
Improved support for code generation, fixed a few bugs, and added a tactic to aid proof goal presentation of lens variables.
The file was modified thys/Optics/Channel_Type.ML (diff)
The file was modified thys/Optics/Lens_Instances.thy (diff)
The file was modified thys/Optics/Lens_Record.ML (diff)
The file was modified thys/Optics/Lens_Record_Example.thy (diff)
Changeset 12840:30b2022b09f2 by kevin kappelmann _kevin.kappelmann@tum.de_:
feat(SpecCheck/Show) add parentheses for option SOME case
The file was modified thys/SpecCheck/Show/show_base.ML (diff)
Changeset 12839:b4c2b0dc9ede by desharna:
merged
Changeset 12838:4f6728047f6b by desharna:
weakened ordering requirements
The file was modified thys/Saturation_Framework_Extensions/Clausal_Calculus.thy (diff)
The file was modified thys/Saturation_Framework_Extensions/Standard_Redundancy_Criterion.thy (diff)
Changeset 12837:8b85f22f4dd1 by desharna:
used well-founded pre-order in standard redundancy criterions
The file was modified thys/Saturation_Framework_Extensions/Clausal_Calculus.thy (diff)
The file was modified thys/Saturation_Framework_Extensions/FO_Ordered_Resolution_Prover_Revisited.thy (diff)
The file was modified thys/Saturation_Framework_Extensions/Standard_Redundancy_Criterion.thy (diff)
Changeset 12836:edd3acfc1381 by desharna:
derived refutational completeness from finitary and non-finitary standard redundancy criterion
The file was modified thys/Saturation_Framework_Extensions/Standard_Redundancy_Criterion.thy (diff)
Changeset 12834:8df476764564 by rene thiemann _rene.thiemann@uibk.ac.at_:
deleted incomplete methods for polynomial factorization or root computation in Algebraic-Numbers, since<br>they are now available as complete methods in Factor-Algebraic-Polynomial
The file was modified thys/Algebraic_Numbers/Algebraic_Number_Tests.thy (diff)
The file was modified thys/Algebraic_Numbers/Complex_Algebraic_Numbers.thy (diff)
The file was modified thys/Algebraic_Numbers/ROOT (diff)
The file was modified thys/Algebraic_Numbers/Real_Roots.thy (diff)
The file was modified thys/Linear_Recurrences/ROOT (diff)
The file was modified thys/Linear_Recurrences/Solver/Linear_Recurrences_Solver.thy (diff)
The file was removedthys/Algebraic_Numbers/Real_Factorization.thy
Changeset 12833:4b2bb6f630a4 by rene thiemann _rene.thiemann@uibk.ac.at_:
factor_complex_poly delivers distinct list
The file was modified thys/Factor_Algebraic_Polynomial/Factor_Complex_Poly.thy (diff)
Changeset 12832:d4a4e01fa279 by paulson:
merged
Changeset 12831:71efc33bb417 by paulson _lp15@cam.ac.uk_:
Removal of material that&#039;s going to be in Isabelle2021-1
The file was modified thys/Szemeredi_Regularity/Szemeredi.thy (diff)
The file was removedthys/Szemeredi_Regularity/Roth_Library.thy
Changeset 12829:6fdfed3dbb23 by rene thiemann _rene.thiemann@uibk.ac.at_:
refactoring (moving theories and lemmas around)
The file was modified thys/Algebraic_Numbers/Algebraic_Numbers.thy (diff)
The file was modified thys/Algebraic_Numbers/Algebraic_Numbers_Prelim.thy (diff)
The file was modified thys/Algebraic_Numbers/Complex_Algebraic_Numbers.thy (diff)
The file was modified thys/Algebraic_Numbers/Real_Algebraic_Numbers.thy (diff)
The file was modified thys/Cubic_Quartic_Equations/Complex_Roots.thy (diff)
The file was modified thys/Cubic_Quartic_Equations/ROOT (diff)
The file was modified thys/Factor_Algebraic_Polynomial/ROOT (diff)
The file was modified thys/Factor_Algebraic_Polynomial/Roots_of_Algebraic_Poly.thy (diff)
The file was modified thys/Factor_Algebraic_Polynomial/Roots_of_Algebraic_Poly_Impl.thy (diff)
The file was removedthys/Cubic_Quartic_Equations/Min_Int_Poly_Complex_Impl.thy
The file was removedthys/Factor_Algebraic_Polynomial/Complex_Roots_IA_Code.thy
The file was modified thys/Word_Lib/Aligned.thy (diff)
The file was modified thys/Word_Lib/Bits_Int.thy (diff)
The file was modified thys/Word_Lib/Guide.thy (diff)
The file was modified thys/Word_Lib/Machine_Word_32.thy (diff)
The file was modified thys/Word_Lib/Most_significant_bit.thy (diff)
The file was modified thys/Word_Lib/Signed_Words.thy (diff)
The file was modified thys/Word_Lib/Word_EqI.thy (diff)
The file was modified thys/Word_Lib/Word_Lemmas.thy (diff)
The file was modified thys/Word_Lib/Word_Lib_Sumo.thy (diff)
Changeset 12827:879aa71d1836 by rene thiemann _rene.thiemann@uibk.ac.at_:
adjusted Factor_Algebraic_Polynomial to Isabelle/devel (and Isabelle 2021-1, RC3)
The file was modified thys/Factor_Algebraic_Polynomial/Multivariate_Resultant.thy (diff)
The file was modified thys/Factor_Algebraic_Polynomial/Poly_Connection.thy (diff)
The file was modified thys/Factor_Algebraic_Polynomial/ROOT (diff)
The file was modified thys/Factor_Algebraic_Polynomial/Roots_of_Algebraic_Poly.thy (diff)
The file was modified thys/Factor_Algebraic_Polynomial/Roots_of_Algebraic_Poly_Impl.thy (diff)
The file was addedthys/PAL/PAL.thy
The file was addedthys/PAL/ROOT
The file was addedthys/PAL/document/root.bib
The file was addedthys/PAL/document/root.tex
The file was addedweb/entries/PAL.html
The file was modified metadata/metadata (diff)
The file was modified thys/ROOTS (diff)
The file was modified web/index.html (diff)
The file was modified web/rss.xml (diff)
The file was modified web/statistics.html (diff)
The file was modified web/topics.html (diff)
Changeset 12824:0d7595fe5aed by gerwin klein _kleing@unsw.edu.au_:
new entry Factor_Algebraic_Polynomial
The file was addedthys/Factor_Algebraic_Polynomial/Complex_Roots_IA_Code.thy
The file was addedthys/Factor_Algebraic_Polynomial/Factor_Complex_Poly.thy
The file was addedthys/Factor_Algebraic_Polynomial/Factor_Real_Poly.thy
The file was addedthys/Factor_Algebraic_Polynomial/Is_Int_To_Int.thy
The file was addedthys/Factor_Algebraic_Polynomial/MPoly_Container.thy
The file was addedthys/Factor_Algebraic_Polynomial/MPoly_Divide.thy
The file was addedthys/Factor_Algebraic_Polynomial/MPoly_Divide_Code.thy
The file was addedthys/Factor_Algebraic_Polynomial/Multivariate_Resultant.thy
The file was addedthys/Factor_Algebraic_Polynomial/Poly_Connection.thy
The file was addedthys/Factor_Algebraic_Polynomial/ROOT
The file was addedthys/Factor_Algebraic_Polynomial/Roots_of_Algebraic_Poly.thy
The file was addedthys/Factor_Algebraic_Polynomial/Roots_of_Algebraic_Poly_Impl.thy
The file was addedthys/Factor_Algebraic_Polynomial/Roots_of_Real_Complex_Poly.thy
The file was addedthys/Factor_Algebraic_Polynomial/Roots_via_IA.thy
The file was addedthys/Factor_Algebraic_Polynomial/document/root.bib
The file was addedthys/Factor_Algebraic_Polynomial/document/root.tex
The file was addedweb/entries/Factor_Algebraic_Polynomial.html
The file was modified metadata/metadata (diff)
The file was modified thys/ROOTS (diff)
The file was modified web/entries/Akra_Bazzi.html (diff)
The file was modified web/entries/Bernoulli.html (diff)
The file was modified web/entries/Bertrands_Postulate.html (diff)
The file was modified web/entries/Buffons_Needle.html (diff)
The file was modified web/entries/Catalan_Numbers.html (diff)
The file was modified web/entries/Comparison_Sort_Lower_Bound.html (diff)
The file was modified web/entries/Cubic_Quartic_Equations.html (diff)
The file was modified web/entries/Density_Compiler.html (diff)
The file was modified web/entries/Descartes_Sign_Rule.html (diff)
The file was modified web/entries/Dirichlet_L.html (diff)
The file was modified web/entries/Dirichlet_Series.html (diff)
The file was modified web/entries/E_Transcendental.html (diff)
The file was modified web/entries/Error_Function.html (diff)
The file was modified web/entries/Euler_MacLaurin.html (diff)
The file was modified web/entries/Finitely_Generated_Abelian_Groups.html (diff)
The file was modified web/entries/Fishburn_Impossibility.html (diff)
The file was modified web/entries/Fisher_Yates.html (diff)
The file was modified web/entries/Formal_Puiseux_Series.html (diff)
The file was modified web/entries/Furstenberg_Topology.html (diff)
The file was modified web/entries/Gauss_Sums.html (diff)
The file was modified web/entries/Gaussian_Integers.html (diff)
The file was modified web/entries/Hermite_Lindemann.html (diff)
The file was modified web/entries/IMO2019.html (diff)
The file was modified web/entries/Lambert_W.html (diff)
The file was modified web/entries/Landau_Symbols.html (diff)
The file was modified web/entries/Laws_of_Large_Numbers.html (diff)
The file was modified web/entries/Linear_Recurrences.html (diff)
The file was modified web/entries/Liouville_Numbers.html (diff)
The file was modified web/entries/List_Inversions.html (diff)
The file was modified web/entries/Mason_Stothers.html (diff)
The file was modified web/entries/Median_Of_Medians_Selection.html (diff)
The file was modified web/entries/Mersenne_Primes.html (diff)
The file was modified web/entries/Minkowskis_Theorem.html (diff)
The file was modified web/entries/Monad_Normalisation.html (diff)
The file was modified web/entries/Pell.html (diff)
The file was modified web/entries/Pi_Transcendental.html (diff)
The file was modified web/entries/Power_Sum_Polynomials.html (diff)
The file was modified web/entries/Prime_Distribution_Elementary.html (diff)
The file was modified web/entries/Prime_Harmonic_Series.html (diff)
The file was modified web/entries/Prime_Number_Theorem.html (diff)
The file was modified web/entries/Probabilistic_Prime_Tests.html (diff)
The file was modified web/entries/Quick_Sort_Cost.html (diff)
The file was modified web/entries/Random_BSTs.html (diff)
The file was modified web/entries/Randomised_BSTs.html (diff)
The file was modified web/entries/Randomised_Social_Choice.html (diff)
The file was modified web/entries/SDS_Impossibility.html (diff)
The file was modified web/entries/Skip_Lists.html (diff)
The file was modified web/entries/Stirling_Formula.html (diff)
The file was modified web/entries/Sturm_Sequences.html (diff)
The file was modified web/entries/Symmetric_Polynomials.html (diff)
The file was modified web/entries/Treaps.html (diff)
The file was modified web/entries/Triangle.html (diff)
The file was modified web/entries/Van_der_Waerden.html (diff)
The file was modified web/entries/Zeta_3_Irrational.html (diff)
The file was modified web/entries/Zeta_Function.html (diff)
The file was modified web/index.html (diff)
The file was modified web/rss.xml (diff)
The file was modified web/statistics.html (diff)
The file was modified web/topics.html (diff)
Changeset 12823:7c831b848ada by gerwin klein _kleing@unsw.edu.au_:
merge from afp-2021
Changeset 12822:6d3ed174962a by gerwin klein _kleing@unsw.edu.au_:
document `publish -`
The file was modified doc/editors/web.md (diff)
Changeset 12821:271732661ef5 by Manuel Eberl _manuel@pruvisto.org_:
changed affiliation of eberl (this time properly)
The file was modified metadata/templates/about.tpl (diff)
The file was modified web/about.html (diff)
Changeset 12820:c936740f4927 by Manuel Eberl _manuel@pruvisto.org_:
changed affiliation of Eberl
The file was modified web/about.html (diff)
Changeset 12819:4455121cb3bd by paulson _lp15@cam.ac.uk_:
sitegen for Real_Power
The file was addedweb/entries/Real_Power.html
The file was modified metadata/metadata (diff)
The file was modified web/entries/Schutz_Spacetime.html (diff)
The file was modified web/index.html (diff)
The file was modified web/rss.xml (diff)
The file was modified web/statistics.html (diff)
The file was modified web/topics.html (diff)
Changeset 12818:a9cbe497e51c by paulson _lp15@cam.ac.uk_:
new entry Real_Power
The file was addedthys/Real_Power/Log.thy
The file was addedthys/Real_Power/ROOT
The file was addedthys/Real_Power/RatPower.thy
The file was addedthys/Real_Power/RealPower.thy
The file was addedthys/Real_Power/document/root.tex
The file was modified thys/ROOTS (diff)
Changeset 12817:069931d66829 by nipkow:
New entry Szemeredi_Regularity
The file was addedthys/Szemeredi_Regularity/ROOT
The file was addedthys/Szemeredi_Regularity/Roth_Library.thy
The file was addedthys/Szemeredi_Regularity/Szemeredi.thy
The file was addedthys/Szemeredi_Regularity/document/root.bib
The file was addedthys/Szemeredi_Regularity/document/root.tex
The file was addedweb/entries/Szemeredi_Regularity.html
The file was modified metadata/metadata (diff)
The file was modified thys/ROOTS (diff)
The file was modified web/entries/Amicable_Numbers.html (diff)
The file was modified web/entries/Aristotles_Assertoric_Syllogistic.html (diff)
The file was modified web/entries/Girth_Chromatic.html (diff)
The file was modified web/entries/Irrational_Series_Erdos_Straus.html (diff)
The file was modified web/entries/Irrationality_J_Hancl.html (diff)
The file was modified web/entries/Octonions.html (diff)
The file was modified web/entries/Transcendence_Series_Hancl_Rucki.html (diff)
The file was modified web/index.html (diff)
The file was modified web/rss.xml (diff)
The file was modified web/statistics.html (diff)
The file was modified web/topics.html (diff)
Changeset 12816:727a899b0f44 by wenzelm:
tuned proofs -- avoid z3;
The file was modified thys/Word_Lib/Bit_Comprehension.thy (diff)
Changeset 12798:3c6fcf371feb by user9716869 _user9716869@gmail.com_:
CTR and ETTS: integration with SpecCheck
The file was modified thys/Conditional_Transfer_Rule/CTR/CTR.ML (diff)
The file was modified thys/Conditional_Transfer_Rule/CTR/CTR_Reference.thy (diff)
The file was modified thys/Conditional_Transfer_Rule/CTR/Tests/CTR_TEST_PROCESS_CTR_RELATOR.ML (diff)
The file was modified thys/Conditional_Transfer_Rule/CTR/Tests/CTR_TEST_PROCESS_RELATIVIZATION.ML (diff)
The file was modified thys/Conditional_Transfer_Rule/CTR/Tests/CTR_Tests.thy (diff)
The file was modified thys/Conditional_Transfer_Rule/IML_UT/IML_UT.thy (diff)
The file was modified thys/Conditional_Transfer_Rule/ROOT (diff)
The file was modified thys/Conditional_Transfer_Rule/UD/Tests/UD_TEST_UNOVERLOAD_DEFINITION.ML (diff)
The file was modified thys/Conditional_Transfer_Rule/UD/Tests/UD_Tests.thy (diff)
The file was modified thys/Conditional_Transfer_Rule/UD/UD_Reference.thy (diff)
The file was modified thys/Conditional_Transfer_Rule/document/root.bib (diff)
The file was modified thys/Conditional_Transfer_Rule/document/root.tex (diff)
The file was modified thys/Types_To_Sets_Extension/ETTS/Manual/ETTS_Introduction.thy (diff)
The file was modified thys/Types_To_Sets_Extension/ETTS/Tests/ETTS_TEST_AMEND_CTXT_DATA.ML (diff)
The file was modified thys/Types_To_Sets_Extension/ETTS/Tests/ETTS_TEST_TTS_ALGORITHM.ML (diff)
The file was modified thys/Types_To_Sets_Extension/ETTS/Tests/ETTS_TEST_TTS_REGISTER_SBTS.ML (diff)
The file was modified thys/Types_To_Sets_Extension/ETTS/Tests/ETTS_Tests.thy (diff)
The file was modified thys/Types_To_Sets_Extension/ROOT (diff)
The file was modified thys/Types_To_Sets_Extension/document/root.bib (diff)
The file was modified thys/Types_To_Sets_Extension/document/root.tex (diff)
The file was removedthys/Conditional_Transfer_Rule/IML_UT/UT_Test_Suite.ML
Changeset 12797:e5eeaaf2bd5b by desharna:
used antiquotation to fix LaTeX failure
The file was modified thys/Saturation_Framework_Extensions/Standard_Redundancy_Criterion.thy (diff)
Changeset 12796:5dddf1525788 by nipkow:
adapted to devel
The file was modified thys/Gauss_Sums/Finite_Fourier_Series.thy (diff)
Changeset 12795:5270bd68a568 by nipkow:
updated to devel
The file was modified thys/Flyspeck-Tame/FaceDivisionProps.thy (diff)
The file was modified thys/Universal_Turing_Machine/UF.thy (diff)
Changeset 12794:1b4394a8fc94 by nipkow:
merged
Changeset 12793:0d88eeb67408 by nipkow:
tuned proof for devel
The file was modified thys/Adaptive_State_Counting/FSM/FSM_Product.thy (diff)
Changeset 12792:66a042f96686 by wenzelm:
clarified quotes vs. apostrophes vs. primes;
The file was modified thys/Aristotles_Assertoric_Syllogistic/AristotlesAssertoric.thy (diff)
The file was modified thys/Attack_Trees/GDPRhealthcare.thy (diff)
The file was modified thys/Attack_Trees/MC.thy (diff)
The file was modified thys/Belief_Revision/AGM_Logic.thy (diff)
The file was modified thys/CoCon/Traceback_Properties.thy (diff)
The file was modified thys/CoSMeDis/Post_Confidentiality/Post_Observation_Setup_RECEIVER.thy (diff)
The file was modified thys/CoSMed/Traceback_Properties/Post_Visibility_Traceback.thy (diff)
The file was modified thys/Complete_Non_Orders/Fixed_Points.thy (diff)
The file was modified thys/Complex_Geometry/More_Transcendental.thy (diff)
The file was modified thys/Delta_System_Lemma/Cardinal_Library.thy (diff)
The file was modified thys/Delta_System_Lemma/Cofinality.thy (diff)
The file was modified thys/Jacobson_Basic_Algebra/Group_Theory.thy (diff)
Changeset 12791:2b6d50818876 by wenzelm:
more accurate use of LaTeX ndash;
The file was modified thys/AI_Planning_Languages_Semantics/document/root.bib (diff)
The file was modified thys/AnselmGod/document/root.bib (diff)
The file was modified thys/Architectural_Design_Patterns/document/root.bib (diff)
The file was modified thys/Attack_Trees/GDPRhealthcare.thy (diff)
The file was modified thys/Belief_Revision/document/root.bib (diff)
The file was modified thys/CISC-Kernel/document/root.bib (diff)
The file was modified thys/Combinatorics_Words/document/root.bib (diff)
The file was modified thys/Combinatorics_Words_Graph_Lemma/document/root.bib (diff)
The file was modified thys/Combinatorics_Words_Lyndon/document/root.bib (diff)
The file was modified thys/ConcurrentIMP/document/root.bib (diff)
The file was modified thys/Conditional_Transfer_Rule/UD/UD.ML (diff)
The file was modified thys/DynamicArchitectures/document/root.bib (diff)
The file was modified thys/EdmondsKarp_Maxflow/document/root.bib (diff)
The file was modified thys/Factored_Transition_System_Bounding/document/root.bib (diff)
The file was modified thys/First_Welfare_Theorem/document/root.bib (diff)
The file was modified thys/Flow_Networks/document/root.bib (diff)
The file was modified thys/Gabow_SCC/document/root.bib (diff)
The file was modified thys/Goedel_Incompleteness/document/root.tex (diff)
The file was modified thys/IMP2_Binary_Heap/document/root.bib (diff)
The file was modified thys/IMP2_Binary_Heap/document/root.tex (diff)
The file was modified thys/JinjaDCI/document/root.bib (diff)
The file was modified thys/Kuratowski_Closure_Complement/document/root.bib (diff)
The file was modified thys/Minsky_Machines/document/root.bib (diff)
The file was modified thys/Monad_Memo_DP/document/root.bib (diff)
The file was modified thys/Ordinal_Partitions/Omega_Omega.thy (diff)
The file was modified thys/Ordinal_Partitions/Partitions.thy (diff)
The file was modified thys/PLM/document/root.bib (diff)
The file was modified thys/Padic_Ints/document/root.bib (diff)
The file was modified thys/Poincare_Disc/document/root.bib (diff)
The file was modified thys/Prpu_Maxflow/document/root.bib (diff)
The file was modified thys/Randomised_Social_Choice/document/root.tex (diff)
The file was modified thys/TESL_Language/Introduction.thy (diff)
The file was modified thys/Types_Tableaus_and_Goedels_God/document/root.bib (diff)
Changeset 12790:2c40cc64d4e5 by wenzelm:
prefer portable LaTeX mdash;
The file was modified thys/AnselmGod/document/root.bib (diff)
The file was modified thys/Architectural_Design_Patterns/document/root.bib (diff)
The file was modified thys/Belief_Revision/document/root.bib (diff)
The file was modified thys/Blue_Eyes/Blue_Eyes.thy (diff)
The file was modified thys/CISC-Kernel/document/root.bib (diff)
The file was modified thys/EdmondsKarp_Maxflow/document/root.bib (diff)
The file was modified thys/Flow_Networks/document/root.bib (diff)
The file was modified thys/Gabow_SCC/document/root.bib (diff)
The file was modified thys/Green/document/root.tex (diff)
The file was modified thys/LOFT/document/chap3.tex (diff)
The file was modified thys/LOFT/document/root.tex (diff)
The file was modified thys/Prpu_Maxflow/document/root.bib (diff)
The file was modified thys/Refine_Monadic/document/root.bib (diff)
The file was modified thys/Types_To_Sets_Extension/ETTS/Manual/ETTS_Syntax.thy (diff)
The file was modified thys/Verified_SAT_Based_AI_Planning/SAS_Plus_STRIPS.thy (diff)
The file was modified thys/Verified_SAT_Based_AI_Planning/SAT_Plan_Base.thy (diff)
The file was modified thys/Verified_SAT_Based_AI_Planning/STRIPS_Semantics.thy (diff)
The file was modified web/entries/Complete_Non_Orders.html (diff)
The file was modified web/entries/Green.html (diff)
Changeset 12789:5d6db6d1389b by wenzelm:
tuned whitespace --- removed suspicious Unicode;
The file was modified thys/Modular_arithmetic_LLL_and_HNF_algorithms/HNF_Mod_Det_Soundness.thy (diff)
Changeset 12788:43ab95a583be by wenzelm:
proper Unix linefeeds;
The file was modified thys/Conditional_Transfer_Rule/UD/UD_Reference.thy (diff)
The file was modified thys/Design_Theory/BIBD.thy (diff)
The file was modified thys/Design_Theory/Block_Designs.thy (diff)
The file was modified thys/Design_Theory/Design_Basics.thy (diff)
The file was modified thys/Design_Theory/Design_Isomorphisms.thy (diff)
The file was modified thys/Design_Theory/Design_Theory_Root.thy (diff)
The file was modified thys/Design_Theory/Designs_And_Graphs.thy (diff)
The file was modified thys/Design_Theory/Group_Divisible_Designs.thy (diff)
The file was modified thys/Design_Theory/Multisets_Extras.thy (diff)
The file was modified thys/Design_Theory/Resolvable_Designs.thy (diff)
The file was modified thys/Design_Theory/Sub_Designs.thy (diff)
The file was modified thys/Isabelle_Marries_Dirac/Deutsch.thy (diff)
The file was modified thys/JinjaDCI/BV/BVConform.thy (diff)
The file was modified thys/JinjaDCI/BV/BVExec.thy (diff)
The file was modified thys/JinjaDCI/BV/BVNoTypeError.thy (diff)
The file was modified thys/JinjaDCI/BV/BVSpec.thy (diff)
The file was modified thys/JinjaDCI/BV/BVSpecTypeSafe.thy (diff)
The file was modified thys/JinjaDCI/BV/ClassAdd.thy (diff)
The file was modified thys/JinjaDCI/BV/Effect.thy (diff)
The file was modified thys/JinjaDCI/BV/EffectMono.thy (diff)
The file was modified thys/JinjaDCI/BV/JVM_SemiType.thy (diff)
The file was modified thys/JinjaDCI/BV/LBVJVM.thy (diff)
The file was modified thys/JinjaDCI/BV/SemiType.thy (diff)
The file was modified thys/JinjaDCI/BV/TF_JVM.thy (diff)
The file was modified thys/JinjaDCI/Common/Auxiliary.thy (diff)
The file was modified thys/JinjaDCI/Common/Conform.thy (diff)
The file was modified thys/JinjaDCI/Common/Decl.thy (diff)
The file was modified thys/JinjaDCI/Common/Exceptions.thy (diff)
The file was modified thys/JinjaDCI/Common/Objects.thy (diff)
The file was modified thys/JinjaDCI/Common/SystemClasses.thy (diff)
The file was modified thys/JinjaDCI/Common/Type.thy (diff)
The file was modified thys/JinjaDCI/Common/TypeRel.thy (diff)
The file was modified thys/JinjaDCI/Common/Value.thy (diff)
The file was modified thys/JinjaDCI/Common/WellForm.thy (diff)
The file was modified thys/JinjaDCI/Compiler/Compiler.thy (diff)
The file was modified thys/JinjaDCI/Compiler/Compiler1.thy (diff)
The file was modified thys/JinjaDCI/Compiler/Compiler2.thy (diff)
The file was modified thys/JinjaDCI/Compiler/Correctness1.thy (diff)
The file was modified thys/JinjaDCI/Compiler/Correctness2.thy (diff)
The file was modified thys/JinjaDCI/Compiler/Hidden.thy (diff)
The file was modified thys/JinjaDCI/Compiler/J1.thy (diff)
The file was modified thys/JinjaDCI/Compiler/J1WellForm.thy (diff)
The file was modified thys/JinjaDCI/Compiler/PCompiler.thy (diff)
The file was modified thys/JinjaDCI/Compiler/TypeComp.thy (diff)
The file was modified thys/JinjaDCI/J/Annotate.thy (diff)
The file was modified thys/JinjaDCI/J/BigStep.thy (diff)
The file was modified thys/JinjaDCI/J/DefAss.thy (diff)
The file was modified thys/JinjaDCI/J/EConform.thy (diff)
The file was modified thys/JinjaDCI/J/Equivalence.thy (diff)
The file was modified thys/JinjaDCI/J/Expr.thy (diff)
The file was modified thys/JinjaDCI/J/JWellForm.thy (diff)
The file was modified thys/JinjaDCI/J/Progress.thy (diff)
The file was modified thys/JinjaDCI/J/SmallStep.thy (diff)
The file was modified thys/JinjaDCI/J/State.thy (diff)
The file was modified thys/JinjaDCI/J/TypeSafe.thy (diff)
The file was modified thys/JinjaDCI/J/WWellForm.thy (diff)
The file was modified thys/JinjaDCI/J/WellType.thy (diff)
The file was modified thys/JinjaDCI/J/WellTypeRT.thy (diff)
The file was modified thys/JinjaDCI/JVM/JVMDefensive.thy (diff)
The file was modified thys/JinjaDCI/JVM/JVMExceptions.thy (diff)
The file was modified thys/JinjaDCI/JVM/JVMExec.thy (diff)
The file was modified thys/JinjaDCI/JVM/JVMExecInstr.thy (diff)
The file was modified thys/JinjaDCI/JVM/JVMInstructions.thy (diff)
The file was modified thys/JinjaDCI/JVM/JVMState.thy (diff)
The file was modified thys/JinjaDCI/JinjaDCI.thy (diff)
The file was modified thys/MiniSail/BTVSubst.thy (diff)
The file was modified thys/MiniSail/BTVSubstTypingL.thy (diff)
The file was modified thys/MiniSail/ContextSubtypingL.thy (diff)
The file was modified thys/MiniSail/IVSubst.thy (diff)
The file was modified thys/MiniSail/IVSubstTypingL.thy (diff)
The file was modified thys/MiniSail/MiniSail.thy (diff)
The file was modified thys/MiniSail/Nominal-Utils.thy (diff)
The file was modified thys/MiniSail/Operational.thy (diff)
The file was modified thys/MiniSail/RCLogic.thy (diff)
The file was modified thys/MiniSail/RCLogicL.thy (diff)
The file was modified thys/MiniSail/ROOT (diff)
The file was modified thys/MiniSail/Safety.thy (diff)
The file was modified thys/MiniSail/SubstMethods.thy (diff)
The file was modified thys/MiniSail/Syntax.thy (diff)
The file was modified thys/MiniSail/SyntaxL.thy (diff)
The file was modified thys/MiniSail/Typing.thy (diff)
The file was modified thys/MiniSail/TypingL.thy (diff)
The file was modified thys/MiniSail/Wellformed.thy (diff)
The file was modified thys/MiniSail/WellformedL.thy (diff)
The file was modified thys/MiniSail/document/root.tex (diff)
The file was modified thys/Modular_arithmetic_LLL_and_HNF_algorithms/Storjohann.thy (diff)
The file was modified thys/Projective_Measurements/CHSH_Inequality.thy (diff)
The file was modified thys/Projective_Measurements/Linear_Algebra_Complements.thy (diff)
The file was modified thys/Projective_Measurements/Projective_Measurements.thy (diff)
The file was modified thys/Regression_Test_Selection/Common/CollectionBasedRTS.thy (diff)
The file was modified thys/Regression_Test_Selection/Common/CollectionSemantics.thy (diff)
The file was modified thys/Regression_Test_Selection/Common/RTS_safe.thy (diff)
The file was modified thys/Regression_Test_Selection/Common/Semantics.thy (diff)
The file was modified thys/Regression_Test_Selection/JVM_RTS/JVMCollectionBasedRTS.thy (diff)
The file was modified thys/Regression_Test_Selection/JVM_RTS/JVMCollectionSemantics.thy (diff)
The file was modified thys/Regression_Test_Selection/JVM_RTS/JVMSemantics.thy (diff)
The file was modified thys/Regression_Test_Selection/JinjaSuppl/ClassesAbove.thy (diff)
The file was modified thys/Regression_Test_Selection/JinjaSuppl/ClassesChanged.thy (diff)
The file was modified thys/Regression_Test_Selection/JinjaSuppl/JVMExecStepInductive.thy (diff)
The file was modified thys/Regression_Test_Selection/JinjaSuppl/Subcls.thy (diff)
The file was modified thys/Three_Circles/Bernstein.thy (diff)
The file was modified thys/Three_Circles/Bernstein_01.thy (diff)
The file was modified thys/Three_Circles/Normal_Poly.thy (diff)
The file was modified thys/Three_Circles/ROOT (diff)
The file was modified thys/Three_Circles/RRI_Misc.thy (diff)
The file was modified thys/Three_Circles/Three_Circles.thy (diff)
The file was modified thys/Three_Circles/document/root.bib (diff)
The file was modified thys/Three_Circles/document/root.tex (diff)
The file was modified thys/Weighted_Path_Order/KBO_as_WPO.thy (diff)
Changeset 12787:0051ace7ae35 by Manuel Eberl _manuel@pruvisto.org_:
changed affiliation of eberl (this time properly)
The file was modified metadata/templates/about.tpl (diff)
The file was modified web/about.html (diff)
Changeset 12786:fb912ad7a64c by Manuel Eberl _manuel@pruvisto.org_:
changed affiliation of eberl
The file was modified web/about.html (diff)
Changeset 12785:88356e38a271 by desharna:
added author to Saturation_Framework_Extensions
The file was modified thys/Saturation_Framework_Extensions/Standard_Redundancy_Criterion.thy (diff)
Changeset 12784:70d3ed7fb774 by desharna:
derived calculus_with_standard_redundancy lemmas from calculus_with_finitary_standard_redundancy
The file was modified thys/Saturation_Framework_Extensions/Standard_Redundancy_Criterion.thy (diff)
Changeset 12783:e3898104e532 by desharna:
added locale calculus_with_finitary_standard_redundancy
The file was modified thys/Saturation_Framework_Extensions/Standard_Redundancy_Criterion.thy (diff)
Changeset 12782:37caa5102bec by Dominique Unruh _unruh@ut.ee_:
Registers:<br>- Added mechanism for raising errors if autogenerated files need updating<br>- Changed definition of Axioms_Quantum.register_pair (returns 0 for incompatible registers, see register_pair_is_register_converse for a useful consequence)<br>- Slightly reducing namespace pollution in Classical_Extra (hiding consts x, y, X, Y etc.)
The file was addedthys/Registers/Check_Autogenerated_Files.thy
The file was modified thys/Registers/Axioms_Quantum.thy (diff)
The file was modified thys/Registers/Classical_Extra.thy (diff)
The file was modified thys/Registers/Quantum_Extra.thy (diff)
The file was modified thys/Registers/ROOT (diff)
The file was modified thys/Registers/instantiate_laws.py (diff)
Changeset 12781:6b07f915b460 by kevin kappelmann _kevin.kappelmann@tum.de_:
feat(SpecCheck) add better unit tests facilities, examples and exceptions property
The file was modified thys/SpecCheck/Examples/SpecCheck_Examples.thy (diff)
The file was modified thys/SpecCheck/README.md (diff)
The file was modified thys/SpecCheck/property.ML (diff)
The file was modified thys/SpecCheck/speccheck.ML (diff)
Changeset 12780:841135333654 by wenzelm:
discontinued somewhat pointless and slightly outdated document_preprocessor (after consultation with the author);
The file was modified thys/Huffman/ROOT (diff)
The file was removedthys/Huffman/document/preprocessor
Changeset 12779:e9f74a71da1d by walter guttmann _walter.guttmann@canterbury.ac.nz_:
Correctness_Algebras: increase nitpick timeout
The file was modified thys/Correctness_Algebras/Approximation.thy (diff)
The file was modified thys/Correctness_Algebras/Base.thy (diff)
The file was modified thys/Correctness_Algebras/Lattice_Ordered_Semirings.thy (diff)
The file was modified thys/Correctness_Algebras/Omega_Algebras.thy (diff)
Changeset 12778:c9ed46c09de9 by user9716869 _user9716869@gmail.com_:
CZH: dagger monoidal categories
The file was modified thys/CZH_Elementary_Categories/czh_ecategories/CZH_ECAT_Rel.thy (diff)
The file was modified thys/CZH_Elementary_Categories/czh_ecategories/CZH_ECAT_Set.thy (diff)
The file was modified thys/CZH_Elementary_Categories/czh_ecategories/CZH_ECAT_Structure_Example.thy (diff)
The file was modified thys/CZH_Elementary_Categories/document/root.bib (diff)
The file was modified thys/CZH_Foundations/czh_digraphs/CZH_DG_Rel.thy (diff)
The file was modified thys/CZH_Foundations/czh_semicategories/CZH_SMC_Rel.thy (diff)
Changeset 12777:6c0f80edb761 by andreas lochbihler _mail@andreas-lochbihler.de_:
update it Isabelle/925b46043b84
The file was modified thys/Registers/Axioms_Complement_Quantum.thy (diff)
The file was modified thys/Registers/Laws.thy (diff)
The file was modified thys/Registers/Laws_Classical.thy (diff)
The file was modified thys/Registers/Laws_Complement.thy (diff)
The file was modified thys/Registers/Laws_Complement_Quantum.thy (diff)
The file was modified thys/Registers/Laws_Quantum.thy (diff)
The file was modified thys/Registers/Misc.thy (diff)
The file was modified thys/Registers/Pure_States.thy (diff)
The file was modified thys/Registers/Quantum.thy (diff)
The file was addedweb/entries/Registers.html
The file was modified metadata/metadata (diff)
The file was modified web/entries/Complex_Bounded_Operators.html (diff)
The file was modified web/index.html (diff)
The file was modified web/rss.xml (diff)
The file was modified web/statistics.html (diff)
The file was modified web/topics.html (diff)
The file was addedthys/Registers/Axioms.thy
The file was addedthys/Registers/Axioms_Classical.thy
The file was addedthys/Registers/Axioms_Complement.thy
The file was addedthys/Registers/Axioms_Complement_Quantum.thy
The file was addedthys/Registers/Axioms_Quantum.thy
The file was addedthys/Registers/Classical_Extra.thy
The file was addedthys/Registers/Finite_Tensor_Product.thy
The file was addedthys/Registers/Finite_Tensor_Product_Matrices.thy
The file was addedthys/Registers/LICENSE
The file was addedthys/Registers/Laws.thy
The file was addedthys/Registers/Laws_Classical.thy
The file was addedthys/Registers/Laws_Complement.thy
The file was addedthys/Registers/Laws_Complement_Quantum.thy
The file was addedthys/Registers/Laws_Quantum.thy
The file was addedthys/Registers/Misc.thy
The file was addedthys/Registers/Pure_States.thy
The file was addedthys/Registers/QHoare.thy
The file was addedthys/Registers/Quantum.thy
The file was addedthys/Registers/Quantum_Extra.thy
The file was addedthys/Registers/Quantum_Extra2.thy
The file was addedthys/Registers/ROOT
The file was addedthys/Registers/Teleport.thy
The file was addedthys/Registers/document/root.bib
The file was addedthys/Registers/document/root.tex
The file was addedthys/Registers/instantiate_laws.py
The file was modified thys/ROOTS (diff)
Changeset 12769:3a75f572994c by walter guttmann _walter.guttmann@canterbury.ac.nz_:
Correctness_Algebras: increase session timeout
The file was modified thys/Correctness_Algebras/ROOT (diff)
Changeset 12768:49f5cc27cb2e by wenzelm:
tuned signature, according to Isabelle/df12779c3ce8;
The file was modified thys/Isabelle_C/C11-FrontEnd/src/C_Lexer_Annotation.thy (diff)
Changeset 12767:b9fadc5d34c4 by kevin kappelmann _kevin.kappelmann@tum.de_:
feat(SpecCheck) add possibility to make builds fail on failure and extend README
The file was modified thys/SpecCheck/Output_Styles/output_style_custom.ML (diff)
The file was modified thys/SpecCheck/README.md (diff)
Changeset 12766:0b1dccde39f0 by rene thiemann _rene.thiemann@uibk.ac.at_:
added missing funding information
The file was modified thys/Cubic_Quartic_Equations/document/root.tex (diff)
Changeset 12765:b40b44b920f5 by haftmann:
restored theory structure for simple genericity.
The file was addedthys/Word_Lib/Machine_Word_32.thy
The file was addedthys/Word_Lib/Machine_Word_32_Basics.thy
The file was addedthys/Word_Lib/Machine_Word_64.thy
The file was addedthys/Word_Lib/Machine_Word_64_Basics.thy
The file was modified thys/Word_Lib/Guide.thy (diff)
The file was modified thys/Word_Lib/More_Word.thy (diff)
The file was modified thys/Word_Lib/Word_32.thy (diff)
The file was modified thys/Word_Lib/Word_64.thy (diff)
The file was modified thys/Word_Lib/Word_Lib_Sumo.thy (diff)
Changeset 12764:7825cfb5f214 by haftmann:
Backed out changeset af549be0a8cd
The file was removedthys/Word_Lib/Word_Lemmas_32.thy
The file was removedthys/Word_Lib/Word_Lemmas_64.thy
The file was removedthys/Word_Lib/Word_Setup_32.thy
The file was removedthys/Word_Lib/Word_Setup_64.thy
Changeset 12763:af549be0a8cd by haftmann:
restored different entrance points a before Isabelle2021
The file was addedthys/Word_Lib/Word_Lemmas_32.thy
The file was addedthys/Word_Lib/Word_Lemmas_64.thy
The file was addedthys/Word_Lib/Word_Setup_32.thy
The file was addedthys/Word_Lib/Word_Setup_64.thy
Changeset 12762:c3daa97ba53c by wenzelm:
proper parentheses (amending 354560d7143a);
The file was modified thys/Nominal2/nominal_function_core.ML (diff)
Changeset 12761:ef2487130488 by haftmann:
Adjusted to prospective release Isabelle2021-2.
The file was modified thys/X86_Semantics/BitByte.thy (diff)
The file was modified thys/X86_Semantics/Memory.thy (diff)
Changeset 12760:cc4737a8a1ad by walter guttmann _walter.guttmann@canterbury.ac.nz_:
Correctness_Algebras: uncomment counterexamples
The file was modified thys/Correctness_Algebras/Binary_Iterings.thy (diff)
The file was modified thys/Correctness_Algebras/Binary_Iterings_Nonstrict.thy (diff)
The file was modified thys/Correctness_Algebras/Binary_Iterings_Strict.thy (diff)
The file was modified thys/Correctness_Algebras/Boolean_Semirings.thy (diff)
The file was modified thys/Correctness_Algebras/Domain_Iterings.thy (diff)
The file was modified thys/Correctness_Algebras/Extended_Designs.thy (diff)
The file was modified thys/Correctness_Algebras/General_Refinement_Algebras.thy (diff)
The file was modified thys/Correctness_Algebras/Hoare_Modal.thy (diff)
The file was modified thys/Correctness_Algebras/Lattice_Ordered_Semirings.thy (diff)
The file was modified thys/Correctness_Algebras/N_Algebras.thy (diff)
The file was modified thys/Correctness_Algebras/N_Omega_Binary_Iterings.thy (diff)
The file was modified thys/Correctness_Algebras/N_Semirings.thy (diff)
The file was modified thys/Correctness_Algebras/Omega_Algebras.thy (diff)
The file was modified thys/Correctness_Algebras/Pre_Post.thy (diff)
The file was modified thys/Correctness_Algebras/Preconditions.thy (diff)
The file was modified thys/Correctness_Algebras/Recursion.thy (diff)
The file was modified thys/Correctness_Algebras/Relative_Domain.thy (diff)
The file was modified thys/Correctness_Algebras/Relative_Modal.thy (diff)
Changeset 12759:ff251fab7614 by wenzelm:
clarified identity of theory data: avoid accidental pointer_eq, use equality on unique serial instead;
The file was modified thys/Auto2_Imperative_HOL/Imperative/assn_matcher.ML (diff)
Changeset 12758:de5a2e151f8f by wenzelm:
clarified identity of theory data: pointer_eq is not well-defined (and fails on ARM64), use equality on unique serial instead;
The file was modified thys/Auto2_HOL/HOL/order.ML (diff)
The file was modified thys/Auto2_HOL/consts.ML (diff)
The file was modified thys/Auto2_HOL/items.ML (diff)
The file was modified thys/Auto2_HOL/logic_steps.ML (diff)
The file was modified thys/Auto2_HOL/normalize.ML (diff)
The file was modified thys/Auto2_HOL/status.ML (diff)
Changeset 12757:5a9bee294099 by gerwin klein _kleing@unsw.edu.au_:
merge from afp-2021
Changeset 12756:c386b94384f0 by gerwin klein _kleing@unsw.edu.au_:
remove unused functions
The file was modified thys/X86_Semantics/MySubst.ML (diff)
Changeset 12755:56cfc29507ba by gerwin klein _kleing@unsw.edu.au_:
silence sitegen warning
The file was modified metadata/metadata (diff)
Changeset 12754:61c34194cb57 by gerwin klein _kleing@unsw.edu.au_:
new entry X86_Semantics
The file was addedthys/X86_Semantics/BitByte.thy
The file was addedthys/X86_Semantics/Example_WC.thy
The file was addedthys/X86_Semantics/Examples.thy
The file was addedthys/X86_Semantics/Memory.thy
The file was addedthys/X86_Semantics/MySubst.ML
The file was addedthys/X86_Semantics/README
The file was addedthys/X86_Semantics/ROOT
The file was addedthys/X86_Semantics/State.thy
The file was addedthys/X86_Semantics/StateCleanUp.thy
The file was addedthys/X86_Semantics/SymbolicExecution.thy
The file was addedthys/X86_Semantics/X86_InstructionSemantics.thy
The file was addedthys/X86_Semantics/X86_Parse.ML
The file was addedthys/X86_Semantics/X86_Parse.thy
The file was addedthys/X86_Semantics/document/root.bib
The file was addedthys/X86_Semantics/document/root.tex
The file was addedweb/entries/X86_Semantics.html
The file was modified metadata/metadata (diff)
The file was modified thys/ROOTS (diff)
The file was modified web/entries/CISC-Kernel.html (diff)
The file was modified web/entries/Word_Lib.html (diff)
The file was modified web/index.html (diff)
The file was modified web/rss.xml (diff)
The file was modified web/statistics.html (diff)
The file was modified web/topics.html (diff)
Changeset 12753:f4d73fee73b5 by gerwin klein _kleing@unsw.edu.au_:
adjust to isabelle@549019b4a808
The file was modified thys/Belief_Revision/AGM_Contraction.thy (diff)
The file was modified thys/Belief_Revision/AGM_Logic.thy (diff)
Changeset 12752:2505f556a339 by gerwin klein _kleing@unsw.edu.au_:
merge from afp-2021
Changeset 12751:abc0aadc9aad by andreas lochbihler _mail@andreas-lochbihler.de_:
metadata for Belief_Revision
The file was addedweb/entries/Belief_Revision.html
The file was modified metadata/metadata (diff)
The file was modified web/index.html (diff)
The file was modified web/rss.xml (diff)
The file was modified web/statistics.html (diff)
The file was modified web/topics.html (diff)
The file was addedthys/Belief_Revision/AGM_Contraction.thy
The file was addedthys/Belief_Revision/AGM_Logic.thy
The file was addedthys/Belief_Revision/AGM_Remainder.thy
The file was addedthys/Belief_Revision/AGM_Revision.thy
The file was addedthys/Belief_Revision/ROOT
The file was addedthys/Belief_Revision/document/adb-long.bib
The file was addedthys/Belief_Revision/document/graph_locales.pdf
The file was addedthys/Belief_Revision/document/root.bib
The file was addedthys/Belief_Revision/document/root.tex
The file was modified thys/ROOTS (diff)
Changeset 12749:5553daf386e6 by nipkow:
New entry Correctness_Algebras
The file was addedthys/Correctness_Algebras/Approximation.thy
The file was addedthys/Correctness_Algebras/Base.thy
The file was addedthys/Correctness_Algebras/Binary_Iterings.thy
The file was addedthys/Correctness_Algebras/Binary_Iterings_Nonstrict.thy
The file was addedthys/Correctness_Algebras/Binary_Iterings_Strict.thy
The file was addedthys/Correctness_Algebras/Boolean_Semirings.thy
The file was addedthys/Correctness_Algebras/Capped_Omega_Algebras.thy
The file was addedthys/Correctness_Algebras/Complete_Domain.thy
The file was addedthys/Correctness_Algebras/Complete_Tests.thy
The file was addedthys/Correctness_Algebras/Domain.thy
The file was addedthys/Correctness_Algebras/Domain_Iterings.thy
The file was addedthys/Correctness_Algebras/Domain_Recursion.thy
The file was addedthys/Correctness_Algebras/Extended_Designs.thy
The file was addedthys/Correctness_Algebras/General_Refinement_Algebras.thy
The file was addedthys/Correctness_Algebras/Hoare.thy
The file was addedthys/Correctness_Algebras/Hoare_Modal.thy
The file was addedthys/Correctness_Algebras/Lattice_Ordered_Semirings.thy
The file was addedthys/Correctness_Algebras/Monotonic_Boolean_Transformers.thy
The file was addedthys/Correctness_Algebras/Monotonic_Boolean_Transformers_Instances.thy
The file was addedthys/Correctness_Algebras/N_Algebras.thy
The file was addedthys/Correctness_Algebras/N_Omega_Algebras.thy
The file was addedthys/Correctness_Algebras/N_Omega_Binary_Iterings.thy
The file was addedthys/Correctness_Algebras/N_Relation_Algebras.thy
The file was addedthys/Correctness_Algebras/N_Semirings.thy
The file was addedthys/Correctness_Algebras/N_Semirings_Boolean.thy
The file was addedthys/Correctness_Algebras/N_Semirings_Modal.thy
The file was addedthys/Correctness_Algebras/Omega_Algebras.thy
The file was addedthys/Correctness_Algebras/Pre_Post.thy
The file was addedthys/Correctness_Algebras/Pre_Post_Modal.thy
The file was addedthys/Correctness_Algebras/Preconditions.thy
The file was addedthys/Correctness_Algebras/ROOT
The file was addedthys/Correctness_Algebras/Recursion.thy
The file was addedthys/Correctness_Algebras/Recursion_Strict.thy
The file was addedthys/Correctness_Algebras/Relative_Domain.thy
The file was addedthys/Correctness_Algebras/Relative_Modal.thy
The file was addedthys/Correctness_Algebras/Test_Iterings.thy
The file was addedthys/Correctness_Algebras/Tests.thy
The file was addedthys/Correctness_Algebras/document/root.bib
The file was addedthys/Correctness_Algebras/document/root.tex
The file was addedweb/entries/Correctness_Algebras.html
The file was modified metadata/metadata (diff)
The file was modified thys/ROOTS (diff)
The file was modified web/entries/MonoBoolTranAlgebra.html (diff)
The file was modified web/entries/Stone_Kleene_Relation_Algebras.html (diff)
The file was modified web/entries/Subset_Boolean_Algebras.html (diff)
The file was modified web/index.html (diff)
The file was modified web/rss.xml (diff)
The file was modified web/statistics.html (diff)
The file was modified web/topics.html (diff)
Changeset 12748:e69dd05c4466 by wenzelm:
prefer &quot;sat_solver = MiniSat&quot;, to make examples work uniformly on all platforms;
The file was modified thys/PLM/TAO_99_SanityTests.thy (diff)
Changeset 12747:807c0639d73d by Wenda Li _wl302@cam.ac.uk _ liwenda1990@hotmail.com_:
updated metadata for Count_Complex_Roots
The file was modified metadata/metadata (diff)
Changeset 12741:fe3f71f31996 by user9716869 _user9716869@gmail.com_:
corrected the timeout for CZH_Universal_Constructions
The file was modified thys/CZH_Universal_Constructions/ROOT (diff)
Changeset 12740:fee517746747 by user9716869 _user9716869@gmail.com_:
CZH: further results about comma categories and Kan extensions, a variety of other minor amendments
The file was modified thys/CZH_Elementary_Categories/czh_ecategories/CZH_ECAT_Comma.thy (diff)
The file was modified thys/CZH_Elementary_Categories/czh_ecategories/CZH_ECAT_Functor.thy (diff)
The file was modified thys/CZH_Elementary_Categories/czh_ecategories/CZH_ECAT_NTCF.thy (diff)
The file was modified thys/CZH_Elementary_Categories/czh_ecategories/CZH_ECAT_PCategory.thy (diff)
The file was modified thys/CZH_Elementary_Categories/czh_ecategories/CZH_ECAT_Simple.thy (diff)
The file was modified thys/CZH_Elementary_Categories/czh_ecategories/CZH_ECAT_Yoneda.thy (diff)
The file was modified thys/CZH_Foundations/czh_digraphs/CZH_DG_DGHM.thy (diff)
The file was modified thys/CZH_Foundations/czh_semicategories/CZH_SMC_Semifunctor.thy (diff)
The file was modified thys/CZH_Universal_Constructions/ROOT (diff)
The file was modified thys/CZH_Universal_Constructions/czh_ucategories/CZH_UCAT_Kan.thy (diff)
The file was modified thys/CZH_Universal_Constructions/czh_ucategories/CZH_UCAT_Limit.thy (diff)
The file was modified thys/CZH_Universal_Constructions/czh_ucategories/CZH_UCAT_PWKan.thy (diff)
Changeset 12739:99b814982902 by haftmann:
more generic bit/word lemmas for distribution
The file was modified thys/IP_Addresses/NumberWang_IPv6.thy (diff)
The file was modified thys/Word_Lib/Examples.thy (diff)
The file was modified thys/Word_Lib/More_Word.thy (diff)
The file was modified thys/Word_Lib/Norm_Words.thy (diff)
The file was modified thys/Word_Lib/Signed_Division_Word.thy (diff)
Changeset 12738:1d43ab62d7eb by paulson _lp15@cam.ac.uk_:
Fixing a name clash between two different &quot;restrict&quot; operators
The file was modified thys/Vickrey_Clarke_Groves/MiscTools.thy (diff)
Changeset 12736:82a159e398cf by Wenda Li _wl302@cam.ac.uk _ liwenda1990@hotmail.com_:
solved the roots-on-the-border problem
The file was modified thys/Count_Complex_Roots/CC_Polynomials_Extra.thy (diff)
The file was modified thys/Count_Complex_Roots/Count_Circle.thy (diff)
The file was modified thys/Count_Complex_Roots/Count_Complex_Roots_Examples.thy (diff)
The file was modified thys/Count_Complex_Roots/Count_Half_Plane.thy (diff)
The file was modified thys/Count_Complex_Roots/Count_Line.thy (diff)
The file was modified thys/Count_Complex_Roots/Count_Rectangle.thy (diff)
The file was modified thys/Count_Complex_Roots/Extended_Sturm.thy (diff)
The file was modified thys/Count_Complex_Roots/ROOT (diff)
The file was addedthys/Count_Complex_Roots/CC_Polynomials_Extra.thy
The file was addedthys/Count_Complex_Roots/Count_Circle.thy
The file was addedthys/Count_Complex_Roots/Count_Half_Plane.thy
The file was addedthys/Count_Complex_Roots/Count_Line.thy
The file was addedthys/Count_Complex_Roots/Count_Rectangle.thy
The file was modified thys/Count_Complex_Roots/Count_Complex_Roots.thy (diff)
The file was modified thys/Count_Complex_Roots/Extended_Sturm.thy (diff)
The file was removedthys/Count_Complex_Roots/More_Polynomials.thy
Changeset 12734:b8642e91d99f by wenzelm:
more realistic timeout;
The file was modified thys/BTree/ROOT (diff)
The file was modified thys/CoSMed/ROOT (diff)
The file was modified thys/Complex_Bounded_Operators/ROOT (diff)
Changeset 12733:55910792390b by wenzelm:
clarified signature, according to Isabelle/ccf599864beb;
The file was modified thys/Dict_Construction/transfer_termination.ML (diff)
Changeset 12732:b7f45664e583 by haftmann:
back to dedicated separate shift operations for infix syntax;<br>more default simp rules on closed numeric expressions
The file was modified thys/IEEE_Floating_Point/Conversion_IEEE_Float.thy (diff)
The file was modified thys/IEEE_Floating_Point/IEEE_Properties.thy (diff)
The file was modified thys/IP_Addresses/IP_Address.thy (diff)
The file was modified thys/IP_Addresses/IPv4.thy (diff)
The file was modified thys/IP_Addresses/IPv6.thy (diff)
The file was modified thys/IP_Addresses/Lib_Word_toString.thy (diff)
The file was modified thys/IP_Addresses/NumberWang_IPv6.thy (diff)
The file was modified thys/Word_Lib/Aligned.thy (diff)
The file was modified thys/Word_Lib/Bit_Shifts_Infix_Syntax.thy (diff)
The file was modified thys/Word_Lib/Bits_Int.thy (diff)
The file was modified thys/Word_Lib/Bitwise.thy (diff)
The file was modified thys/Word_Lib/Examples.thy (diff)
The file was modified thys/Word_Lib/Generic_set_bit.thy (diff)
The file was modified thys/Word_Lib/Guide.thy (diff)
The file was modified thys/Word_Lib/More_Arithmetic.thy (diff)
The file was modified thys/Word_Lib/More_Word.thy (diff)
The file was modified thys/Word_Lib/More_Word_Operations.thy (diff)
The file was modified thys/Word_Lib/Most_significant_bit.thy (diff)
The file was modified thys/Word_Lib/Next_and_Prev.thy (diff)
The file was modified thys/Word_Lib/Reversed_Bit_Lists.thy (diff)
The file was modified thys/Word_Lib/Rsplit.thy (diff)
The file was modified thys/Word_Lib/Signed_Division_Word.thy (diff)
The file was modified thys/Word_Lib/Singleton_Bit_Shifts.thy (diff)
The file was modified thys/Word_Lib/Word_32.thy (diff)
The file was modified thys/Word_Lib/Word_64.thy (diff)
The file was modified thys/Word_Lib/Word_EqI.thy (diff)
The file was modified thys/Word_Lib/Word_Lemmas.thy (diff)