Skip to content
Success

Changes

Summary

  1. merged
  2. tuned (thanks to J. Villadsen)
  3. added padding to Mirabelle's output
  4. merged
  5. tuned generation of TPTP with $ite/$let in higher-order logics
  6. tuned generation of TPTP with $ite in function position
  7. tuned TPTP generation of If helper facts
  8. merged
  9. clarified signature: prefer static operations;
  10. clarified signature: avoid potential misunderstanding of Resources.empty as proper Resources;
  11. more robust;
  12. tuned signature;
  13. clarified signature: more explicit class Entity_Context with private state + operations;
  14. more hyperlinks, notably internal fact references;
  15. Automated merge with bundle:/var/folders/9z/l1x9y3bd16x9_70pdp4703jr0000gp/T/SourceTreeTemp.14UUXO
  16. A tiny bit of tidying connected with Zorn's Lemma
  17. tuned;
  18. tuned;
  19. proper handling of Protocol.Export, using the payload from the message --- in contrast db_context.read_export materializes only later by a different thread (race condition);
  20. revert temporary workaround 6d111935299c;
  21. added lemma
  22. merged
  23. tuned attributes to avoid looping
  24. added eq_iff_swap for creating symmetric variants of thms; applied it in List.
  25. tuned text;
  26. more robust timeout, following df4449c6eff1;
  27. more accurate Files.isRegularFile, exclude directories (e.g. jar_path);
  28. proper java_version for isabelle_setup;
  29. explicit option metric_argo_timeout, with reasonable default for Raspberry Pi;
  30. tuned;
  31. repackage minisat-2.2.1 with cygwin1.dll: required to run the executable without existing Cygwin context (normally provided by bash_process);
  32. discontinued redundant document_preprocessor: in the worst case, a plain-old document/build script will do;
  33. clarified messages, depending on option "document_echo";
  34. just one cache, via HTML_Context, via Sessions.Store or Session;
  35. merged
  36. new lemmas about convex, concave functions, + tidying
  37. proper support for arm64;
  38. no perl (amending 59ef23ac81ab);
  39. merged
  40. Added tag Isabelle2021-1-RC2 for changeset b92b5a57521b
  41. merged
  42. Preserve variable name z in VAR {z = t}
  43. back to scala-2.13.5: avoid crash of Scala REPL on arm64-darwin;
  44. updated to polyml-5.9-5d4caa8f7148, which also contains ARM64 on darwin (unused by default);
  45. more precise URL
  46. tuned page breaks
Changeset 74764:adb10e840b71 by nipkow:
merged
Changeset 74763:dbac0ebb4a85 by nipkow:
tuned (thanks to J. Villadsen)
The file was modified src/Doc/Prog_Prove/Logic.thy
The file was modified src/Doc/Prog_Prove/Types_and_funs.thy
Changeset 74762:8362a5b2c2dd by desharna:
added padding to Mirabelle's output
The file was modified src/HOL/Tools/Mirabelle/mirabelle.scala
Changeset 74761:6cb700c77786 by desharna:
merged
Changeset 74760:ef9f95d055f6 by desharna:
tuned generation of TPTP with $ite/$let in higher-order logics
The file was modified src/HOL/Tools/ATP/atp_problem.ML
The file was modified src/HOL/Tools/ATP/atp_problem_generate.ML
Changeset 74759:32e95d996acc by desharna:
tuned generation of TPTP with $ite in function position
The file was modified src/HOL/Tools/ATP/atp_problem_generate.ML
Changeset 74758:570eae6e36b0 by desharna:
tuned TPTP generation of If helper facts
The file was modified src/HOL/Tools/ATP/atp_problem_generate.ML
Changeset 74757:2e3b649111f1 by wenzelm:
merged
Changeset 74756:a6c7a257b713 by wenzelm:
clarified signature: prefer static operations;
The file was modified src/Pure/PIDE/document_status.scala
The file was modified src/Pure/PIDE/resources.scala
The file was modified src/Pure/Thy/presentation.scala
The file was modified src/Tools/VSCode/src/preview_panel.scala
The file was modified src/Tools/jEdit/src/document_model.scala
Changeset 74755:510296c0d8d1 by wenzelm:
clarified signature: avoid potential misunderstanding of Resources.empty as proper Resources;
The file was modified src/Pure/PIDE/resources.scala
The file was modified src/Pure/Thy/presentation.scala
The file was modified src/Pure/Tools/build.scala
The file was modified src/Pure/Tools/build_job.scala
The file was modified src/Pure/Tools/profiling_report.scala
Changeset 74754:eaeab1358ced by wenzelm:
more robust;
The file was modified src/Pure/Thy/html.scala
Changeset 74753:ab48dfc2b251 by wenzelm:
tuned signature;
The file was modified src/Pure/Thy/presentation.scala
Changeset 74752:ebd3a685bfc9 by wenzelm:
clarified signature: more explicit class Entity_Context with private state + operations;
The file was modified src/Pure/Thy/presentation.scala
Changeset 74751:0dbb6b50e063 by wenzelm:
more hyperlinks, notably internal fact references;
The file was modified src/Pure/Thy/presentation.scala
Changeset 74750:bae4731cba8f by paulson _lp15@cam.ac.uk_:
Automated merge with bundle:/var/folders/9z/l1x9y3bd16x9_70pdp4703jr0000gp/T/SourceTreeTemp.14UUXO
Changeset 74749:329cb9e6b184 by paulson _lp15@cam.ac.uk_:
A tiny bit of tidying connected with Zorn's Lemma
The file was modified src/HOL/Wfrec.thy
The file was modified src/HOL/Zorn.thy
Changeset 74748:95643a0bff49 by wenzelm:
tuned;
The file was modified src/Pure/Thy/latex.scala
Changeset 74747:10991d115fff by wenzelm:
tuned;
The file was modified src/Pure/Thy/document_build.scala
Changeset 74746:56fe200b7121 by wenzelm:
proper handling of Protocol.Export, using the payload from the message --- in contrast db_context.read_export materializes only later by a different thread (race condition);
The file was modified src/HOL/Tools/Mirabelle/mirabelle.scala
Changeset 74745:f54c81fe84f2 by wenzelm:
revert temporary workaround 6d111935299c;
The file was modified src/HOL/Tools/Mirabelle/mirabelle.ML
Changeset 74744:ed1e5ea25369 by nipkow:
added lemma
The file was modified src/HOL/List.thy
Changeset 74743:5ae76214565f by nipkow:
merged
Changeset 74742:1d0d6a3a3eb9 by nipkow:
tuned attributes to avoid looping
The file was modified src/HOL/List.thy
Changeset 74741:6e1fad4f602b by nipkow:
added eq_iff_swap for creating symmetric variants of thms; applied it in List.
The file was modified src/HOL/HOL.thy
The file was modified src/HOL/List.thy
Changeset 74740:d14918fcbd37 by wenzelm:
tuned text;
The file was modified src/HOL/SMT.thy
Changeset 74739:a06652d397a7 by wenzelm:
more robust timeout, following df4449c6eff1;
The file was modified src/HOL/Eisbach/Example_Metric.thy
Changeset 74738:cba1da393958 by wenzelm:
more accurate Files.isRegularFile, exclude directories (e.g. jar_path);
The file was modified Admin/components/components.sha1
The file was modified Admin/components/main
The file was modified src/Tools/Setup/src/Build.java
Changeset 74737:d912c1b6c1d0 by wenzelm:
proper java_version for isabelle_setup;
The file was modified src/Pure/Tools/scala_project.scala
Changeset 74736:df4449c6eff1 by wenzelm:
explicit option metric_argo_timeout, with reasonable default for Raspberry Pi;
The file was modified src/HOL/Analysis/ex/Metric_Arith_Examples.thy
The file was modified src/HOL/Analysis/metric_arith.ML
Changeset 74735:0580ae467ecb by wenzelm:
tuned;
The file was modified src/HOL/ex/Argo_Examples.thy
Changeset 74734:f345da8defff by wenzelm:
repackage minisat-2.2.1 with cygwin1.dll: required to run the executable without existing Cygwin context (normally provided by bash_process);
The file was modified Admin/components/components.sha1
The file was modified Admin/components/main
The file was modified src/Pure/Admin/build_minisat.scala
Changeset 74733:255e651a4c5f by wenzelm:
discontinued redundant document_preprocessor: in the worst case, a plain-old document/build script will do;
The file was modified NEWS
The file was modified etc/options
The file was modified src/Doc/System/Sessions.thy
The file was modified src/Pure/Thy/document_build.scala
Changeset 74732:015282fb3e31 by wenzelm:
clarified messages, depending on option "document_echo";
The file was modified NEWS
The file was modified etc/options
The file was modified src/Pure/Thy/presentation.scala
Changeset 74731:161e84e6b40a by wenzelm:
just one cache, via HTML_Context, via Sessions.Store or Session;
The file was modified src/Pure/PIDE/session.scala
The file was modified src/Pure/PIDE/xml.scala
The file was modified src/Pure/Thy/presentation.scala
The file was modified src/Pure/Thy/sessions.scala
The file was modified src/Pure/Tools/build.scala
The file was modified src/Pure/Tools/build_job.scala
The file was modified src/Pure/term.scala
Changeset 74730:25f5f1fa31bb by paulson:
merged
Changeset 74729:64b3d8d9bd10 by paulson _lp15@cam.ac.uk_:
new lemmas about convex, concave functions, + tidying
The file was modified src/HOL/Analysis/Convex.thy
The file was modified src/HOL/Analysis/Linear_Algebra.thy
The file was modified src/HOL/Analysis/Starlike.thy
Changeset 74728:58ae06d382ee by wenzelm:
proper support for arm64;
The file was modified Admin/polyml/settings
Changeset 74727:fa15929bdf83 by wenzelm:
no perl (amending 59ef23ac81ab);
The file was modified src/Pure/Tools/build_docker.scala
Changeset 74726:33ed2eb06d68 by wenzelm:
merged
Changeset 74725:ae7edb209706 by wenzelm:
Added tag Isabelle2021-1-RC2 for changeset b92b5a57521b
The file was modified .hgtags
Changeset 74724:cc54b8812c63 by nipkow:
merged
Changeset 74723:f05c73bf5968 by nipkow:
Preserve variable name z in VAR {z = t}
The file was modified src/HOL/Hoare/Hoare_Logic.thy
The file was modified src/HOL/Hoare/hoare_syntax.ML
Changeset 74722:b92b5a57521b by wenzelm:
back to scala-2.13.5: avoid crash of Scala REPL on arm64-darwin;
The file was modified Admin/components/main
Changeset 74721:38e5417910ab by wenzelm:
updated to polyml-5.9-5d4caa8f7148, which also contains ARM64 on darwin (unused by default);
The file was modified Admin/components/components.sha1
The file was modified Admin/components/main
The file was modified Admin/polyml/README
Changeset 74720:15beb1ef5ad1 by nipkow:
more precise URL
The file was modified src/Doc/Main/Main_Doc.thy
Changeset 74719:d274100827b0 by nipkow:
tuned page breaks
The file was modified src/Doc/Main/Main_Doc.thy

Summary

  1. CTR and ETTS: integration with SpecCheck
  2. used antiquotation to fix LaTeX failure
  3. adapted to devel
  4. updated to devel
  5. merged
  6. tuned proof for devel
  7. clarified quotes vs. apostrophes vs. primes;
  8. more accurate use of LaTeX ndash;
  9. prefer portable LaTeX mdash;
  10. tuned whitespace --- removed suspicious Unicode;
  11. proper Unix linefeeds;
  12. changed affiliation of eberl (this time properly)
  13. changed affiliation of eberl
  14. added author to Saturation_Framework_Extensions
  15. derived calculus_with_standard_redundancy lemmas from calculus_with_finitary_standard_redundancy
  16. added locale calculus_with_finitary_standard_redundancy
  17. 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.)
  18. feat(SpecCheck) add better unit tests facilities, examples and exceptions property
  19. discontinued somewhat pointless and slightly outdated document_preprocessor (after consultation with the author);
  20. Correctness_Algebras: increase nitpick timeout
  21. CZH: dagger monoidal categories
  22. update it Isabelle/925b46043b84
  23. merge from afp-2021
  24. sitegen for Registers
  25. new entry Registers
Changeset 12191:3c6fcf371feb by user9716869 _user9716869@gmail.com_:
CTR and ETTS: integration with SpecCheck
The file was modified thys/Conditional_Transfer_Rule/CTR/CTR.ML
The file was modified thys/Conditional_Transfer_Rule/CTR/CTR_Reference.thy
The file was modified thys/Conditional_Transfer_Rule/CTR/Tests/CTR_TEST_PROCESS_CTR_RELATOR.ML
The file was modified thys/Conditional_Transfer_Rule/CTR/Tests/CTR_TEST_PROCESS_RELATIVIZATION.ML
The file was modified thys/Conditional_Transfer_Rule/CTR/Tests/CTR_Tests.thy
The file was modified thys/Conditional_Transfer_Rule/IML_UT/IML_UT.thy
The file was modified thys/Conditional_Transfer_Rule/ROOT
The file was modified thys/Conditional_Transfer_Rule/UD/Tests/UD_TEST_UNOVERLOAD_DEFINITION.ML
The file was modified thys/Conditional_Transfer_Rule/UD/Tests/UD_Tests.thy
The file was modified thys/Conditional_Transfer_Rule/UD/UD_Reference.thy
The file was modified thys/Conditional_Transfer_Rule/document/root.bib
The file was modified thys/Conditional_Transfer_Rule/document/root.tex
The file was modified thys/Types_To_Sets_Extension/ETTS/Manual/ETTS_Introduction.thy
The file was modified thys/Types_To_Sets_Extension/ETTS/Tests/ETTS_TEST_AMEND_CTXT_DATA.ML
The file was modified thys/Types_To_Sets_Extension/ETTS/Tests/ETTS_TEST_TTS_ALGORITHM.ML
The file was modified thys/Types_To_Sets_Extension/ETTS/Tests/ETTS_TEST_TTS_REGISTER_SBTS.ML
The file was modified thys/Types_To_Sets_Extension/ETTS/Tests/ETTS_Tests.thy
The file was modified thys/Types_To_Sets_Extension/ROOT
The file was modified thys/Types_To_Sets_Extension/document/root.bib
The file was modified thys/Types_To_Sets_Extension/document/root.tex
The file was removedthys/Conditional_Transfer_Rule/IML_UT/UT_Test_Suite.ML
Changeset 12190:e5eeaaf2bd5b by desharna:
used antiquotation to fix LaTeX failure
The file was modified thys/Saturation_Framework_Extensions/Standard_Redundancy_Criterion.thy
Changeset 12189:5dddf1525788 by nipkow:
adapted to devel
The file was modified thys/Gauss_Sums/Finite_Fourier_Series.thy
Changeset 12188:5270bd68a568 by nipkow:
updated to devel
The file was modified thys/Flyspeck-Tame/FaceDivisionProps.thy
The file was modified thys/Universal_Turing_Machine/UF.thy
Changeset 12187:1b4394a8fc94 by nipkow:
merged
Changeset 12186:0d88eeb67408 by nipkow:
tuned proof for devel
The file was modified thys/Adaptive_State_Counting/FSM/FSM_Product.thy
Changeset 12185:66a042f96686 by wenzelm:
clarified quotes vs. apostrophes vs. primes;
The file was modified thys/Aristotles_Assertoric_Syllogistic/AristotlesAssertoric.thy
The file was modified thys/Attack_Trees/GDPRhealthcare.thy
The file was modified thys/Attack_Trees/MC.thy
The file was modified thys/Belief_Revision/AGM_Logic.thy
The file was modified thys/CoCon/Traceback_Properties.thy
The file was modified thys/CoSMeDis/Post_Confidentiality/Post_Observation_Setup_RECEIVER.thy
The file was modified thys/CoSMed/Traceback_Properties/Post_Visibility_Traceback.thy
The file was modified thys/Complete_Non_Orders/Fixed_Points.thy
The file was modified thys/Complex_Geometry/More_Transcendental.thy
The file was modified thys/Delta_System_Lemma/Cardinal_Library.thy
The file was modified thys/Delta_System_Lemma/Cofinality.thy
The file was modified thys/Jacobson_Basic_Algebra/Group_Theory.thy
Changeset 12184:2b6d50818876 by wenzelm:
more accurate use of LaTeX ndash;
The file was modified thys/AI_Planning_Languages_Semantics/document/root.bib
The file was modified thys/AnselmGod/document/root.bib
The file was modified thys/Architectural_Design_Patterns/document/root.bib
The file was modified thys/Attack_Trees/GDPRhealthcare.thy
The file was modified thys/Belief_Revision/document/root.bib
The file was modified thys/CISC-Kernel/document/root.bib
The file was modified thys/Combinatorics_Words/document/root.bib
The file was modified thys/Combinatorics_Words_Graph_Lemma/document/root.bib
The file was modified thys/Combinatorics_Words_Lyndon/document/root.bib
The file was modified thys/ConcurrentIMP/document/root.bib
The file was modified thys/Conditional_Transfer_Rule/UD/UD.ML
The file was modified thys/DynamicArchitectures/document/root.bib
The file was modified thys/EdmondsKarp_Maxflow/document/root.bib
The file was modified thys/Factored_Transition_System_Bounding/document/root.bib
The file was modified thys/First_Welfare_Theorem/document/root.bib
The file was modified thys/Flow_Networks/document/root.bib
The file was modified thys/Gabow_SCC/document/root.bib
The file was modified thys/Goedel_Incompleteness/document/root.tex
The file was modified thys/IMP2_Binary_Heap/document/root.bib
The file was modified thys/IMP2_Binary_Heap/document/root.tex
The file was modified thys/JinjaDCI/document/root.bib
The file was modified thys/Kuratowski_Closure_Complement/document/root.bib
The file was modified thys/Minsky_Machines/document/root.bib
The file was modified thys/Monad_Memo_DP/document/root.bib
The file was modified thys/Ordinal_Partitions/Omega_Omega.thy
The file was modified thys/Ordinal_Partitions/Partitions.thy
The file was modified thys/PLM/document/root.bib
The file was modified thys/Padic_Ints/document/root.bib
The file was modified thys/Poincare_Disc/document/root.bib
The file was modified thys/Prpu_Maxflow/document/root.bib
The file was modified thys/Randomised_Social_Choice/document/root.tex
The file was modified thys/TESL_Language/Introduction.thy
The file was modified thys/Types_Tableaus_and_Goedels_God/document/root.bib
Changeset 12183:2c40cc64d4e5 by wenzelm:
prefer portable LaTeX mdash;
The file was modified thys/AnselmGod/document/root.bib
The file was modified thys/Architectural_Design_Patterns/document/root.bib
The file was modified thys/Belief_Revision/document/root.bib
The file was modified thys/Blue_Eyes/Blue_Eyes.thy
The file was modified thys/CISC-Kernel/document/root.bib
The file was modified thys/EdmondsKarp_Maxflow/document/root.bib
The file was modified thys/Flow_Networks/document/root.bib
The file was modified thys/Gabow_SCC/document/root.bib
The file was modified thys/Green/document/root.tex
The file was modified thys/LOFT/document/chap3.tex
The file was modified thys/LOFT/document/root.tex
The file was modified thys/Prpu_Maxflow/document/root.bib
The file was modified thys/Refine_Monadic/document/root.bib
The file was modified thys/Types_To_Sets_Extension/ETTS/Manual/ETTS_Syntax.thy
The file was modified thys/Verified_SAT_Based_AI_Planning/SAS_Plus_STRIPS.thy
The file was modified thys/Verified_SAT_Based_AI_Planning/SAT_Plan_Base.thy
The file was modified thys/Verified_SAT_Based_AI_Planning/STRIPS_Semantics.thy
The file was modified web/entries/Complete_Non_Orders.html
The file was modified web/entries/Green.html
Changeset 12182:5d6db6d1389b by wenzelm:
tuned whitespace --- removed suspicious Unicode;
The file was modified thys/Modular_arithmetic_LLL_and_HNF_algorithms/HNF_Mod_Det_Soundness.thy
Changeset 12181:43ab95a583be by wenzelm:
proper Unix linefeeds;
The file was modified thys/Conditional_Transfer_Rule/UD/UD_Reference.thy
The file was modified thys/Design_Theory/BIBD.thy
The file was modified thys/Design_Theory/Block_Designs.thy
The file was modified thys/Design_Theory/Design_Basics.thy
The file was modified thys/Design_Theory/Design_Isomorphisms.thy
The file was modified thys/Design_Theory/Design_Theory_Root.thy
The file was modified thys/Design_Theory/Designs_And_Graphs.thy
The file was modified thys/Design_Theory/Group_Divisible_Designs.thy
The file was modified thys/Design_Theory/Multisets_Extras.thy
The file was modified thys/Design_Theory/Resolvable_Designs.thy
The file was modified thys/Design_Theory/Sub_Designs.thy
The file was modified thys/Isabelle_Marries_Dirac/Deutsch.thy
The file was modified thys/JinjaDCI/BV/BVConform.thy
The file was modified thys/JinjaDCI/BV/BVExec.thy
The file was modified thys/JinjaDCI/BV/BVNoTypeError.thy
The file was modified thys/JinjaDCI/BV/BVSpec.thy
The file was modified thys/JinjaDCI/BV/BVSpecTypeSafe.thy
The file was modified thys/JinjaDCI/BV/ClassAdd.thy
The file was modified thys/JinjaDCI/BV/Effect.thy
The file was modified thys/JinjaDCI/BV/EffectMono.thy
The file was modified thys/JinjaDCI/BV/JVM_SemiType.thy
The file was modified thys/JinjaDCI/BV/LBVJVM.thy
The file was modified thys/JinjaDCI/BV/SemiType.thy
The file was modified thys/JinjaDCI/BV/TF_JVM.thy
The file was modified thys/JinjaDCI/Common/Auxiliary.thy
The file was modified thys/JinjaDCI/Common/Conform.thy
The file was modified thys/JinjaDCI/Common/Decl.thy
The file was modified thys/JinjaDCI/Common/Exceptions.thy
The file was modified thys/JinjaDCI/Common/Objects.thy
The file was modified thys/JinjaDCI/Common/SystemClasses.thy
The file was modified thys/JinjaDCI/Common/Type.thy
The file was modified thys/JinjaDCI/Common/TypeRel.thy
The file was modified thys/JinjaDCI/Common/Value.thy
The file was modified thys/JinjaDCI/Common/WellForm.thy
The file was modified thys/JinjaDCI/Compiler/Compiler.thy
The file was modified thys/JinjaDCI/Compiler/Compiler1.thy
The file was modified thys/JinjaDCI/Compiler/Compiler2.thy
The file was modified thys/JinjaDCI/Compiler/Correctness1.thy
The file was modified thys/JinjaDCI/Compiler/Correctness2.thy
The file was modified thys/JinjaDCI/Compiler/Hidden.thy
The file was modified thys/JinjaDCI/Compiler/J1.thy
The file was modified thys/JinjaDCI/Compiler/J1WellForm.thy
The file was modified thys/JinjaDCI/Compiler/PCompiler.thy
The file was modified thys/JinjaDCI/Compiler/TypeComp.thy
The file was modified thys/JinjaDCI/J/Annotate.thy
The file was modified thys/JinjaDCI/J/BigStep.thy
The file was modified thys/JinjaDCI/J/DefAss.thy
The file was modified thys/JinjaDCI/J/EConform.thy
The file was modified thys/JinjaDCI/J/Equivalence.thy
The file was modified thys/JinjaDCI/J/Expr.thy
The file was modified thys/JinjaDCI/J/JWellForm.thy
The file was modified thys/JinjaDCI/J/Progress.thy
The file was modified thys/JinjaDCI/J/SmallStep.thy
The file was modified thys/JinjaDCI/J/State.thy
The file was modified thys/JinjaDCI/J/TypeSafe.thy
The file was modified thys/JinjaDCI/J/WWellForm.thy
The file was modified thys/JinjaDCI/J/WellType.thy
The file was modified thys/JinjaDCI/J/WellTypeRT.thy
The file was modified thys/JinjaDCI/JVM/JVMDefensive.thy
The file was modified thys/JinjaDCI/JVM/JVMExceptions.thy
The file was modified thys/JinjaDCI/JVM/JVMExec.thy
The file was modified thys/JinjaDCI/JVM/JVMExecInstr.thy
The file was modified thys/JinjaDCI/JVM/JVMInstructions.thy
The file was modified thys/JinjaDCI/JVM/JVMState.thy
The file was modified thys/JinjaDCI/JinjaDCI.thy
The file was modified thys/MiniSail/BTVSubst.thy
The file was modified thys/MiniSail/BTVSubstTypingL.thy
The file was modified thys/MiniSail/ContextSubtypingL.thy
The file was modified thys/MiniSail/IVSubst.thy
The file was modified thys/MiniSail/IVSubstTypingL.thy
The file was modified thys/MiniSail/MiniSail.thy
The file was modified thys/MiniSail/Nominal-Utils.thy
The file was modified thys/MiniSail/Operational.thy
The file was modified thys/MiniSail/RCLogic.thy
The file was modified thys/MiniSail/RCLogicL.thy
The file was modified thys/MiniSail/ROOT
The file was modified thys/MiniSail/Safety.thy
The file was modified thys/MiniSail/SubstMethods.thy
The file was modified thys/MiniSail/Syntax.thy
The file was modified thys/MiniSail/SyntaxL.thy
The file was modified thys/MiniSail/Typing.thy
The file was modified thys/MiniSail/TypingL.thy
The file was modified thys/MiniSail/Wellformed.thy
The file was modified thys/MiniSail/WellformedL.thy
The file was modified thys/MiniSail/document/root.tex
The file was modified thys/Modular_arithmetic_LLL_and_HNF_algorithms/Storjohann.thy
The file was modified thys/Projective_Measurements/CHSH_Inequality.thy
The file was modified thys/Projective_Measurements/Linear_Algebra_Complements.thy
The file was modified thys/Projective_Measurements/Projective_Measurements.thy
The file was modified thys/Regression_Test_Selection/Common/CollectionBasedRTS.thy
The file was modified thys/Regression_Test_Selection/Common/CollectionSemantics.thy
The file was modified thys/Regression_Test_Selection/Common/RTS_safe.thy
The file was modified thys/Regression_Test_Selection/Common/Semantics.thy
The file was modified thys/Regression_Test_Selection/JVM_RTS/JVMCollectionBasedRTS.thy
The file was modified thys/Regression_Test_Selection/JVM_RTS/JVMCollectionSemantics.thy
The file was modified thys/Regression_Test_Selection/JVM_RTS/JVMSemantics.thy
The file was modified thys/Regression_Test_Selection/JinjaSuppl/ClassesAbove.thy
The file was modified thys/Regression_Test_Selection/JinjaSuppl/ClassesChanged.thy
The file was modified thys/Regression_Test_Selection/JinjaSuppl/JVMExecStepInductive.thy
The file was modified thys/Regression_Test_Selection/JinjaSuppl/Subcls.thy
The file was modified thys/Three_Circles/Bernstein.thy
The file was modified thys/Three_Circles/Bernstein_01.thy
The file was modified thys/Three_Circles/Normal_Poly.thy
The file was modified thys/Three_Circles/ROOT
The file was modified thys/Three_Circles/RRI_Misc.thy
The file was modified thys/Three_Circles/Three_Circles.thy
The file was modified thys/Three_Circles/document/root.bib
The file was modified thys/Three_Circles/document/root.tex
The file was modified thys/Weighted_Path_Order/KBO_as_WPO.thy
Changeset 12180:0051ace7ae35 by Manuel Eberl _manuel@pruvisto.org_:
changed affiliation of eberl (this time properly)
The file was modified metadata/templates/about.tpl
The file was modified web/about.html
Changeset 12179:fb912ad7a64c by Manuel Eberl _manuel@pruvisto.org_:
changed affiliation of eberl
The file was modified web/about.html
Changeset 12178:88356e38a271 by desharna:
added author to Saturation_Framework_Extensions
The file was modified thys/Saturation_Framework_Extensions/Standard_Redundancy_Criterion.thy
Changeset 12177: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
Changeset 12176:e3898104e532 by desharna:
added locale calculus_with_finitary_standard_redundancy
The file was modified thys/Saturation_Framework_Extensions/Standard_Redundancy_Criterion.thy
Changeset 12175: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
The file was modified thys/Registers/Classical_Extra.thy
The file was modified thys/Registers/Quantum_Extra.thy
The file was modified thys/Registers/ROOT
The file was modified thys/Registers/instantiate_laws.py
Changeset 12174: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
The file was modified thys/SpecCheck/README.md
The file was modified thys/SpecCheck/property.ML
The file was modified thys/SpecCheck/speccheck.ML
Changeset 12173:841135333654 by wenzelm:
discontinued somewhat pointless and slightly outdated document_preprocessor (after consultation with the author);
The file was modified thys/Huffman/ROOT
The file was removedthys/Huffman/document/preprocessor
Changeset 12172:e9f74a71da1d by walter guttmann _walter.guttmann@canterbury.ac.nz_:
Correctness_Algebras: increase nitpick timeout
The file was modified thys/Correctness_Algebras/Approximation.thy
The file was modified thys/Correctness_Algebras/Base.thy
The file was modified thys/Correctness_Algebras/Lattice_Ordered_Semirings.thy
The file was modified thys/Correctness_Algebras/Omega_Algebras.thy
Changeset 12171:c9ed46c09de9 by user9716869 _user9716869@gmail.com_:
CZH: dagger monoidal categories
The file was modified thys/CZH_Elementary_Categories/czh_ecategories/CZH_ECAT_Rel.thy
The file was modified thys/CZH_Elementary_Categories/czh_ecategories/CZH_ECAT_Set.thy
The file was modified thys/CZH_Elementary_Categories/czh_ecategories/CZH_ECAT_Structure_Example.thy
The file was modified thys/CZH_Elementary_Categories/document/root.bib
The file was modified thys/CZH_Foundations/czh_digraphs/CZH_DG_Rel.thy
The file was modified thys/CZH_Foundations/czh_semicategories/CZH_SMC_Rel.thy
Changeset 12170:6c0f80edb761 by andreas lochbihler _mail@andreas-lochbihler.de_:
update it Isabelle/925b46043b84
The file was modified thys/Registers/Axioms_Complement_Quantum.thy
The file was modified thys/Registers/Laws.thy
The file was modified thys/Registers/Laws_Classical.thy
The file was modified thys/Registers/Laws_Complement.thy
The file was modified thys/Registers/Laws_Complement_Quantum.thy
The file was modified thys/Registers/Laws_Quantum.thy
The file was modified thys/Registers/Misc.thy
The file was modified thys/Registers/Pure_States.thy
The file was modified thys/Registers/Quantum.thy
The file was addedweb/entries/Registers.html
The file was modified metadata/metadata
The file was modified web/entries/Complex_Bounded_Operators.html
The file was modified web/index.html
The file was modified web/rss.xml
The file was modified web/statistics.html
The file was modified web/topics.html
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