Skip to content
Success

Changes

Summary

  1. tuned proofs -- avoid z3, which is unavailable on arm64-linux;
  2. tuned;
  3. test version of prespective polyml-5.9;
  4. clarified antiquotations;
  5. updated for pre-5.9 testing;
  6. clarified antiquotations;
  7. clarified antiquotations;
  8. clarified antiquotations;
  9. more robust subgoal addressing;
  10. proper subgoal addressing;
  11. clarified antiquotations;
  12. recursive find_eq, not find_dist;
  13. misc tuning and clarification;
  14. clarified antiquotations;
  15. order_tac: prevent potential bug, improve perf and tracing - We need to be careful when the order operators contain schematic variables, e.g. <= = ccw' ?p.
  16. misc tuning and clarification;
  17. clarified antiquotations;
  18. clarified antiquotations: no need for Thm.beta_conversion, due to Thm.instantiate_beta;
  19. clarified antiquotations: no need for Thm.beta_conversion, due to Thm.instantiate_beta;
  20. avoid persistence of static context: instantiation arguments should provide proper dynamic context (see also e2e2bc1f9570);
  21. added Thm.instantiate_beta; tuned;
  22. moved generic implementation into HOL-Main
  23. tuned;
  24. tuned;
  25. clarified antiquotations;
  26. clarified antiquotations;
  27. discontinued somewhat pointless antiquotations;
  28. NEWS;
  29. clarified antiquotations, assuming that Drule.instantiate_normalize was merely a historical relic;
  30. clarified antiquotations;
  31. clarified antiquotations;
  32. clarified antiquotations;
  33. clarified antiquotations;
  34. support for "lemma"; support for "schematic" mode; clarified error position;
  35. tuned;
  36. local fixes for "lemma" antiquotation;
  37. clarified signature;
  38. tuned;
  39. clarified keywords: major take precedence for commands, but not used for antiquotations; clarified modules;
  40. tuned modules;
  41. more antiquotations;
  42. moved a theorem to a sensible place
  43. merged
  44. tuned, continuing e955964d89cb;
  45. avoid waste of resources due to dynamic simpset (amending 45c09620f726);
  46. fix latex
  47. clarified modules;
  48. more generic bit/word lemmas for distribution
  49. merged
  50. Added / moved some simple set-theoretic lemmas
  51. more CONTRIBUTORS and NEWS;
  52. cleanup; add Apple reference
  53. refine interface
  54. generalized component lookup for syntax and distinctness proofs. added some tracing.
  55. merged
  56. tuned;
  57. more antiquotations;
  58. more antiquotations;
  59. more robust: genuinely free variables need to be instantiated;
  60. tuned comments;
  61. clarified errors;
  62. tuned;
  63. clarified instantiation: local beta reduction after substitution, as for Envir.expand_term_defs;
  64. tuned;
  65. clarified signature -- avoid clones;
  66. Refinement of partitions
  67. avoid persistence of static context: instantiation arguments should provide proper dynamic context;
  68. more antiquotations;
  69. more markup;
  70. clarified name, syntax, messages;
  71. more antiquotations;
  72. more control symbols;
  73. tuned signature;
  74. ML antiquotations to instantiate types/terms/props;
  75. tuned;
  76. clarified modules;
  77. clarified modules;
  78. clarified modules;
  79. discontinued obsolete "val extend = I" for data slots;
  80. clarified modules;
  81. clarified modules;
  82. clarified signature;
  83. tuned;
  84. clarified keywords and reports;
  85. clarified signature;
  86. merged
  87. proper veriT --max-time option
  88. refactored tptp_builtins in Sledgehammer
  89. merged
  90. tuned ML --- clarified use of context; tuned message;
  91. tuned --- fewer clones;
  92. updated to jEdit plugin Highlight 2.5;
  93. proper tactic combinator;
  94. proper file headers;
  95. clarified context; clarified modules;
  96. more accurate treatment of context;
  97. updated email address
  98. removed some 'private' modifiers from HOL-Computational_Algebra
  99. merged
  100. merged
  101. more robust Variable.revert_bounds (see also b12f2cef3ee5);
  102. more accurate treatment of context;
  103. tuned -- proper names/scopes for contexts;
  104. clarified context;
  105. clarified context;
  106. tuned;
  107. unused;
  108. more accurate treatment of context; declare generated bounds for the sake of recdef, which has variables leaking from local context;
  109. isabelle regenerate_cooper;
  110. revert bbfed17243af, breaks HOL-Proofs extraction;
  111. tuned;
  112. tuned;
  113. proper p' instead of p (amending 52c7c42e7e27);
  114. proper context for Goal.prove_internal;
  115. discontinued Term.dest_abs / Logic.dest_all, which are officially superseded by Variable.dest_abs etc., but there are also Term.dest_abs_global to recover existing tools easily; Simplifier and equational conversions demand a proper proof context;
  116. more accurate treatment of context, notably for nested Goal.proof / SUBPROOF;
  117. tuned;
  118. tuned;
  119. tuned;
  120. spelling;
  121. clarified context;
  122. clarified signature;
  123. tuned Vampire configuration to use TFX in Sledgehammer
Changeset 74639:f831b6e589dc by wenzelm:
tuned proofs -- avoid z3, which is unavailable on arm64-linux;
The file was modified src/HOL/Analysis/Infinite_Sum.thy
The file was modified src/HOL/Library/Extended_Nonnegative_Real.thy
Changeset 74638:4069afca81fd by wenzelm:
tuned;
The file was modified NEWS
Changeset 74637:455549306166 by wenzelm:
test version of prespective polyml-5.9;
The file was modified Admin/components/components.sha1
The file was modified Admin/components/main
The file was modified Admin/polyml/settings
The file was modified NEWS
Changeset 74636:c35001872139 by wenzelm:
clarified antiquotations;
The file was modified src/HOL/Library/code_test.ML
Changeset 74635:b179891dd357 by wenzelm:
updated for pre-5.9 testing;
The file was modified Admin/polyml/README
The file was modified src/Pure/Admin/build_polyml.scala
Changeset 74634:8f7f626aacaa by wenzelm:
clarified antiquotations;
The file was modified src/HOL/Library/Multiset.thy
Changeset 74633:994a2b9daf1d by wenzelm:
clarified antiquotations;
The file was modified src/HOL/Library/Cancellation/cancel_data.ML
The file was modified src/HOL/Library/Cancellation/cancel_simprocs.ML
Changeset 74632:8ab92e40dde6 by wenzelm:
clarified antiquotations;
The file was modified src/HOL/Analysis/measurable.ML
Changeset 74631:f1099c7330b7 by wenzelm:
more robust subgoal addressing;
The file was modified src/HOL/Analysis/metric_arith.ML
Changeset 74630:779ae499ca8b by wenzelm:
proper subgoal addressing;
The file was modified src/HOL/Analysis/metric_arith.ML
Changeset 74629:9264ef3a2ba3 by wenzelm:
clarified antiquotations;
The file was modified src/HOL/Analysis/metric_arith.ML
Changeset 74628:cd030003efa8 by wenzelm:
recursive find_eq, not find_dist;
The file was modified src/HOL/Analysis/metric_arith.ML
Changeset 74627:c690435c47ee by wenzelm:
misc tuning and clarification;
The file was modified src/HOL/Analysis/metric_arith.ML
Changeset 74626:9a1f4a7ddf9e by wenzelm:
clarified antiquotations;
The file was modified src/HOL/Analysis/normarith.ML
Changeset 74625:e6f0c9bf966c by lukas stevens _mail@lukas-stevens.de_:
order_tac: prevent potential bug, improve perf and tracing<br><br>- We need to be careful when the order operators contain schematic variables, e.g. &lt;= = ccw&#039; ?p.
The file was modified src/Provers/order_procedure.ML
The file was modified src/Provers/order_tac.ML
Changeset 74624:c2bc0180151a by wenzelm:
misc tuning and clarification;
The file was modified src/HOL/Library/cconv.ML
Changeset 74623:9b1d33c7bbcc by wenzelm:
clarified antiquotations;
The file was modified src/HOL/Library/Sum_of_Squares/positivstellensatz.ML
The file was modified src/HOL/Library/Sum_of_Squares/positivstellensatz_tools.ML
The file was modified src/HOL/Library/Sum_of_Squares/sum_of_squares.ML
Changeset 74622:9568db8f4882 by wenzelm:
clarified antiquotations: no need for Thm.beta_conversion, due to Thm.instantiate_beta;
The file was modified src/HOL/Library/Sum_of_Squares/positivstellensatz.ML
Changeset 74621:82ff15b980e9 by wenzelm:
clarified antiquotations: no need for Thm.beta_conversion, due to Thm.instantiate_beta;
The file was modified src/HOL/Library/Sum_of_Squares/positivstellensatz.ML
Changeset 74620:d622d1dce05c by wenzelm:
avoid persistence of static context: instantiation arguments should provide proper dynamic context (see also e2e2bc1f9570);
The file was modified src/Pure/ML/ml_instantiate.ML
Changeset 74619:e495ab64c694 by wenzelm:
added Thm.instantiate_beta;<br>tuned;
The file was modified NEWS
Changeset 74618:43142ac556e6 by haftmann:
moved generic implementation into HOL-Main
The file was modified src/HOL/Bit_Operations.thy
The file was modified src/HOL/Codegenerator_Test/Generate_Target_Nat.thy
Changeset 74617:08b186726ea0 by wenzelm:
tuned;
The file was modified src/HOL/Library/Sum_of_Squares/positivstellensatz.ML
Changeset 74616:997a605b37a9 by wenzelm:
tuned;
The file was modified src/HOL/Library/Sum_of_Squares/positivstellensatz.ML
Changeset 74615:9af55a51e185 by wenzelm:
clarified antiquotations;
The file was modified src/HOL/Library/Sum_of_Squares/positivstellensatz.ML
The file was modified src/HOL/Library/Sum_of_Squares/sum_of_squares.ML
Changeset 74614:c496550dd2c2 by wenzelm:
clarified antiquotations;
The file was modified src/HOL/Decision_Procs/langford.ML
Changeset 74613:6676bf189852 by wenzelm:
discontinued somewhat pointless antiquotations;
The file was modified NEWS
The file was modified src/Pure/ML/ml_antiquotations.ML
The file was modified src/ZF/Tools/inductive_package.ML
Changeset 74612:54085e37ce4d by wenzelm:
NEWS;
The file was modified NEWS
Changeset 74611:98e7930e6d15 by wenzelm:
clarified antiquotations, assuming that Drule.instantiate_normalize was merely a historical relic;
The file was modified src/HOL/Tools/Metis/metis_reconstruct.ML
The file was modified src/HOL/Tools/lin_arith.ML
Changeset 74610:87fc10f5826c by wenzelm:
clarified antiquotations;
The file was modified src/HOL/Meson.thy
The file was modified src/HOL/Tools/Meson/meson_clausify.ML
The file was modified src/HOL/Tools/hologic.ML
The file was modified src/HOL/Tools/record.ML
The file was modified src/HOL/Tools/sat.ML
Changeset 74609:3ef6e38c9847 by wenzelm:
clarified antiquotations;
The file was modified src/HOL/Decision_Procs/approximation.ML
Changeset 74608:cce64b47d13a by wenzelm:
clarified antiquotations;
The file was modified src/HOL/Library/Sum_of_Squares/positivstellensatz.ML
Changeset 74607:7f6178b655a8 by wenzelm:
clarified antiquotations;
The file was modified src/HOL/Library/Rewrite.thy
The file was modified src/HOL/Library/cconv.ML
Changeset 74606:40f5c6b2e8aa by wenzelm:
support for &quot;lemma&quot;;<br>support for &quot;schematic&quot; mode;<br>clarified error position;
The file was modified src/Pure/ML/ml_instantiate.ML
The file was modified src/Pure/ML/ml_thms.ML
Changeset 74605:8b7258c61649 by wenzelm:
tuned;
The file was modified src/Pure/ML/ml_instantiate.ML
Changeset 74604:3da2662a35cd by wenzelm:
local fixes for &quot;lemma&quot; antiquotation;
The file was modified NEWS
The file was modified src/Doc/Implementation/Logic.thy
The file was modified src/Pure/ML/ml_thms.ML
Changeset 74603:c22ae7b41bb8 by wenzelm:
clarified signature;
The file was modified src/Pure/ML/ml_thms.ML
Changeset 74602:722b40f8d764 by wenzelm:
tuned;
The file was modified src/Pure/ML/ml_thms.ML
Changeset 74601:b7804cff55d9 by wenzelm:
clarified keywords: major take precedence for commands, but not used for antiquotations;<br>clarified modules;
The file was modified src/Pure/Isar/method.ML
The file was modified src/Pure/ML/ml_thms.ML
The file was modified src/Pure/Pure.thy
The file was modified src/Pure/Thy/document_antiquotations.ML
Changeset 74600:c6610137a092 by wenzelm:
tuned modules;
The file was modified src/Pure/ROOT.ML
Changeset 74599:eceb93181ad9 by wenzelm:
more antiquotations;
The file was modified src/HOL/Tools/record.ML
Changeset 74598:5d91897a8e54 by paulson _lp15@cam.ac.uk_:
moved a theorem to a sensible place
The file was modified src/HOL/Analysis/Measure_Space.thy
The file was modified src/HOL/Library/Disjoint_Sets.thy
Changeset 74597:ea5d28c7f5e5 by wenzelm:
merged
Changeset 74596:55d4f8e1877f by wenzelm:
tuned, continuing e955964d89cb;
The file was modified src/Pure/ML/ml_thms.ML
Changeset 74595:71bafd70acbb by wenzelm:
avoid waste of resources due to dynamic simpset (amending 45c09620f726);
The file was modified src/HOL/Tools/record.ML
The file was modified src/HOL/Statespace/StateSpaceEx.thy
Changeset 74593:66f10c877542 by wenzelm:
clarified modules;
The file was addedsrc/Pure/ML/ml_instantiate.ML
The file was modified src/Pure/ML/ml_antiquotations.ML
The file was modified src/Pure/ROOT.ML
Changeset 74592:3c587b7c3d5c by haftmann:
more generic bit/word lemmas for distribution
The file was modified src/HOL/Bit_Operations.thy
The file was modified src/HOL/Codegenerator_Test/Generate_Target_Nat.thy
The file was modified src/HOL/Euclidean_Division.thy
The file was modified src/HOL/Library/Code_Abstract_Nat.thy
The file was modified src/HOL/Library/Signed_Division.thy
The file was modified src/HOL/Library/Word.thy
The file was modified src/HOL/Num.thy
The file was modified src/HOL/Parity.thy
The file was modified src/HOL/Transcendental.thy
Changeset 74591:a0ab0dc28d3c by paulson:
merged
Changeset 74590:00ffae972fc0 by paulson _lp15@cam.ac.uk_:
Added / moved some simple set-theoretic lemmas
The file was modified src/HOL/Equiv_Relations.thy
The file was modified src/HOL/Library/Disjoint_Sets.thy
The file was modified src/HOL/Set.thy
Changeset 74589:ee92a47b47cb by wenzelm:
more CONTRIBUTORS and NEWS;
The file was modified CONTRIBUTORS
The file was modified NEWS
Changeset 74588:3cc363e8bfb2 by Norbert Schirmer _nschirmer@apple.com_:
cleanup; add Apple reference
The file was modified src/HOL/Statespace/StateSpaceEx.thy
The file was modified src/HOL/Statespace/distinct_tree_prover.ML
The file was modified src/HOL/Statespace/state_fun.ML
The file was modified src/HOL/Statespace/state_space.ML
The file was modified src/HOL/Statespace/distinct_tree_prover.ML
Changeset 74586:5ac762b53119 by Norbert Schirmer _nschirmer@apple.com_:
generalized component lookup for syntax and distinctness proofs. added some tracing.
The file was modified src/HOL/Statespace/StateSpaceEx.thy
The file was modified src/HOL/Statespace/state_fun.ML
The file was modified src/HOL/Statespace/state_space.ML
Changeset 74585:42fb56041c11 by wenzelm:
merged
Changeset 74584:c14787d73db6 by wenzelm:
tuned;
The file was modified src/Doc/Codegen/Computations.thy
The file was modified src/HOL/Library/Sum_of_Squares/positivstellensatz.ML
The file was modified src/HOL/ex/Sorting_Algorithms_Examples.thy
Changeset 74583:0eb2f18b1806 by wenzelm:
more antiquotations;
The file was modified src/HOL/Library/Sum_of_Squares/positivstellensatz.ML
Changeset 74582:882de99c7c83 by wenzelm:
more antiquotations;
The file was modified src/Doc/Codegen/Computations.thy
The file was modified src/HOL/ex/Sorting_Algorithms_Examples.thy
Changeset 74581:e5b38bb5a147 by wenzelm:
more robust: genuinely free variables need to be instantiated;
The file was modified src/Pure/ML/ml_antiquotations.ML
Changeset 74580:d114553793df by wenzelm:
tuned comments;
The file was modified src/Pure/ML/ml_antiquotations.ML
Changeset 74579:bf703bfc065c by wenzelm:
clarified errors;
The file was modified src/Pure/ML/ml_antiquotations.ML
Changeset 74578:9bfbb5f7ec99 by wenzelm:
tuned;
The file was modified src/Pure/term_subst.ML
Changeset 74577:d4829a7333e2 by wenzelm:
clarified instantiation: local beta reduction after substitution, as for Envir.expand_term_defs;
The file was modified src/Pure/ML/ml_antiquotations.ML
The file was modified src/Pure/term.ML
The file was modified src/Pure/term_subst.ML
The file was modified src/Pure/thm.ML
Changeset 74576:0b43d42cfde7 by wenzelm:
tuned;
The file was modified src/Pure/term_subst.ML
Changeset 74575:ccf599864beb by wenzelm:
clarified signature -- avoid clones;
The file was modified src/HOL/Tools/BNF/bnf_comp.ML
The file was modified src/HOL/Tools/Predicate_Compile/predicate_compile_pred.ML
The file was modified src/Pure/Isar/local_defs.ML
The file was modified src/Pure/envir.ML
Changeset 74574:cff477b6d015 by paulson _lp15@cam.ac.uk_:
Refinement of partitions
The file was modified src/HOL/Library/Disjoint_Sets.thy
Changeset 74573:e2e2bc1f9570 by wenzelm:
avoid persistence of static context: instantiation arguments should provide proper dynamic context;
The file was modified src/Pure/ML/ml_antiquotations.ML
Changeset 74572:08b4292abe2b by wenzelm:
more antiquotations;
The file was modified src/HOL/Analysis/normarith.ML
Changeset 74571:d3e36521fcc7 by wenzelm:
more markup;
The file was modified src/Pure/ML/ml_antiquotations.ML
The file was modified src/Pure/Syntax/syntax_phases.ML
Changeset 74570:7625b5d7cfe2 by wenzelm:
clarified name, syntax, messages;
The file was modified etc/symbols
The file was modified lib/texinputs/isabellesym.sty
The file was modified src/HOL/Decision_Procs/Commutative_Ring.thy
The file was modified src/HOL/Decision_Procs/Reflective_Field.thy
The file was modified src/HOL/Decision_Procs/langford.ML
The file was modified src/Pure/ML/ml_antiquotations.ML
Changeset 74569:f4613ca298e6 by wenzelm:
more antiquotations;
The file was modified src/HOL/Decision_Procs/Commutative_Ring.thy
The file was modified src/HOL/Decision_Procs/Reflective_Field.thy
The file was modified src/HOL/Decision_Procs/langford.ML
Changeset 74568:7f311d474cf9 by wenzelm:
more control symbols;
The file was modified etc/symbols
The file was modified lib/texinputs/isabellesym.sty
Changeset 74567:40910c47d7a1 by wenzelm:
tuned signature;
The file was modified src/HOL/Tools/Mirabelle/mirabelle.ML
The file was modified src/Pure/Isar/keyword.ML
The file was modified src/Pure/Isar/method.ML
The file was modified src/Pure/Isar/parse.ML
The file was modified src/Pure/ML/ml_antiquotations.ML
The file was modified src/Pure/Thy/document_marker.ML
Changeset 74566:8e0f0317e266 by wenzelm:
ML antiquotations to instantiate types/terms/props;
The file was modified src/Pure/Isar/keyword.ML
The file was modified src/Pure/ML/ml_antiquotations.ML
The file was modified src/Pure/more_thm.ML
Changeset 74565:11b8f026d6ce by wenzelm:
tuned;
The file was modified src/Pure/Isar/parse.ML
Changeset 74564:0a66a61e740c by wenzelm:
clarified modules;
The file was modified src/HOL/Tools/Mirabelle/mirabelle.ML
The file was modified src/Pure/Isar/method.ML
The file was modified src/Pure/Isar/parse.ML
The file was modified src/Pure/Isar/token.ML
The file was modified src/Pure/ML/ml_antiquotations.ML
The file was modified src/Pure/ML/ml_context.ML
The file was modified src/Pure/Thy/document_antiquotation.ML
The file was modified src/Pure/Thy/document_marker.ML
Changeset 74563:042041c0ebeb by wenzelm:
clarified modules;
The file was modified src/CCL/CCL.thy
The file was modified src/CCL/Wfd.thy
The file was modified src/CTT/CTT.thy
The file was modified src/Doc/Prog_Prove/LaTeXsugar.thy
The file was modified src/FOL/FOL.thy
The file was modified src/HOL/Eisbach/parse_tools.ML
The file was modified src/HOL/HOLCF/IOA/CompoScheds.thy
The file was modified src/HOL/HOLCF/IOA/Sequence.thy
The file was modified src/HOL/Library/LaTeXsugar.thy
The file was modified src/HOL/UNITY/UNITY_Main.thy
The file was modified src/LCF/LCF.thy
The file was modified src/Pure/Isar/args.ML
The file was modified src/Pure/Isar/locale.ML
The file was modified src/Pure/Isar/method.ML
The file was modified src/Pure/Isar/parse.ML
The file was modified src/Pure/ML/ml_antiquotation.ML
The file was modified src/Pure/ML/ml_antiquotations.ML
The file was modified src/Pure/ML/ml_thms.ML
The file was modified src/Pure/PIDE/resources.ML
The file was modified src/Pure/System/scala_compiler.ML
The file was modified src/Pure/Thy/document_antiquotations.ML
The file was modified src/Pure/Tools/jedit.ML
The file was modified src/Pure/Tools/named_theorems.ML
The file was modified src/Pure/Tools/plugin.ML
The file was modified src/Pure/Tools/rule_insts.ML
The file was modified src/Pure/simplifier.ML
The file was modified src/Tools/induct_tacs.ML
The file was modified src/ZF/Tools/ind_cases.ML
The file was modified src/ZF/Tools/induct_tacs.ML
The file was modified src/ZF/UNITY/SubstAx.thy
Changeset 74562:8403bd51f8b1 by wenzelm:
clarified modules;
The file was modified src/Pure/Isar/parse.ML
The file was modified src/Pure/Isar/token.ML
The file was modified src/Pure/ML/ml_antiquotations.ML
The file was modified src/Pure/ML/ml_context.ML
Changeset 74561:8e6c973003c8 by wenzelm:
discontinued obsolete &quot;val extend = I&quot; for data slots;
The file was modified NEWS
The file was modified src/Doc/Implementation/Prelim.thy
The file was modified src/HOL/Algebra/ringsimp.ML
The file was modified src/HOL/Analysis/measurable.ML
The file was modified src/HOL/Decision_Procs/Commutative_Ring.thy
The file was modified src/HOL/Decision_Procs/Reflective_Field.thy
The file was modified src/HOL/Decision_Procs/ferrante_rackoff_data.ML
The file was modified src/HOL/Decision_Procs/langford_data.ML
The file was modified src/HOL/Eisbach/Tests.thy
The file was modified src/HOL/Eisbach/method_closure.ML
The file was modified src/HOL/HOL.thy
The file was modified src/HOL/HOLCF/Tools/Domain/domain_take_proofs.ML
The file was modified src/HOL/HOLCF/Tools/fixrec.ML
The file was modified src/HOL/Hoare/hoare_syntax.ML
The file was modified src/HOL/Import/import_data.ML
The file was modified src/HOL/Library/adhoc_overloading.ML
The file was modified src/HOL/Library/code_lazy.ML
The file was modified src/HOL/Library/code_test.ML
The file was modified src/HOL/Library/datatype_records.ML
The file was modified src/HOL/Library/old_recdef.ML
The file was modified src/HOL/Library/refute.ML
The file was modified src/HOL/Nominal/nominal_atoms.ML
The file was modified src/HOL/Nominal/nominal_datatype.ML
The file was modified src/HOL/Nominal/nominal_thmdecls.ML
The file was modified src/HOL/Nonstandard_Analysis/transfer_principle.ML
The file was modified src/HOL/Real_Asymp/exp_log_expression.ML
The file was modified src/HOL/Real_Asymp/multiseries_expansion.ML
The file was modified src/HOL/SPARK/Tools/spark_vcs.ML
The file was modified src/HOL/Statespace/state_fun.ML
The file was modified src/HOL/Statespace/state_space.ML
The file was modified src/HOL/TPTP/TPTP_Parser/tptp_interpret.ML
The file was modified src/HOL/TPTP/TPTP_Parser/tptp_reconstruct.ML
The file was modified src/HOL/Tools/Argo/argo_tactic.ML
The file was modified src/HOL/Tools/BNF/bnf_def.ML
The file was modified src/HOL/Tools/BNF/bnf_fp_def_sugar.ML
The file was modified src/HOL/Tools/BNF/bnf_fp_n2m_sugar.ML
The file was modified src/HOL/Tools/BNF/bnf_gfp_grec.ML
The file was modified src/HOL/Tools/BNF/bnf_gfp_grec_sugar.ML
The file was modified src/HOL/Tools/BNF/bnf_lfp_rec_sugar.ML
The file was modified src/HOL/Tools/BNF/bnf_lfp_size.ML
The file was modified src/HOL/Tools/Ctr_Sugar/case_translation.ML
The file was modified src/HOL/Tools/Ctr_Sugar/ctr_sugar.ML
The file was modified src/HOL/Tools/Function/function_common.ML
The file was modified src/HOL/Tools/Function/function_context_tree.ML
The file was modified src/HOL/Tools/Function/partial_function.ML
The file was modified src/HOL/Tools/Function/scnp_reconstruct.ML
The file was modified src/HOL/Tools/Lifting/lifting_def.ML
The file was modified src/HOL/Tools/Lifting/lifting_def_code_dt.ML
The file was modified src/HOL/Tools/Lifting/lifting_info.ML
The file was modified src/HOL/Tools/Nitpick/nitpick_commands.ML
The file was modified src/HOL/Tools/Nitpick/nitpick_hol.ML
The file was modified src/HOL/Tools/Nitpick/nitpick_model.ML
The file was modified src/HOL/Tools/Nunchaku/nunchaku_commands.ML
The file was modified src/HOL/Tools/Old_Datatype/old_datatype_data.ML
The file was modified src/HOL/Tools/Predicate_Compile/code_prolog.ML
The file was modified src/HOL/Tools/Predicate_Compile/core_data.ML
The file was modified src/HOL/Tools/Predicate_Compile/predicate_compile_data.ML
The file was modified src/HOL/Tools/Predicate_Compile/predicate_compile_fun.ML
The file was modified src/HOL/Tools/Predicate_Compile/predicate_compile_specialisation.ML
The file was modified src/HOL/Tools/Qelim/cooper.ML
The file was modified src/HOL/Tools/Quickcheck/quickcheck_common.ML
The file was modified src/HOL/Tools/Quotient/quotient_info.ML
The file was modified src/HOL/Tools/SMT/smt_builtin.ML
The file was modified src/HOL/Tools/SMT/smt_config.ML
The file was modified src/HOL/Tools/SMT/smt_normalize.ML
The file was modified src/HOL/Tools/SMT/smt_replay.ML
The file was modified src/HOL/Tools/SMT/smt_replay_methods.ML
The file was modified src/HOL/Tools/SMT/smt_solver.ML
The file was modified src/HOL/Tools/SMT/smt_translate.ML
The file was modified src/HOL/Tools/SMT/smtlib_interface.ML
The file was modified src/HOL/Tools/SMT/smtlib_proof.ML
The file was modified src/HOL/Tools/SMT/verit_proof.ML
The file was modified src/HOL/Tools/SMT/z3_interface.ML
The file was modified src/HOL/Tools/SMT/z3_replay_rules.ML
The file was modified src/HOL/Tools/Sledgehammer/sledgehammer_atp_systems.ML
The file was modified src/HOL/Tools/Sledgehammer/sledgehammer_commands.ML
The file was modified src/HOL/Tools/Transfer/transfer.ML
The file was modified src/HOL/Tools/arith_data.ML
The file was modified src/HOL/Tools/functor.ML
The file was modified src/HOL/Tools/inductive.ML
The file was modified src/HOL/Tools/inductive_set.ML
The file was modified src/HOL/Tools/lin_arith.ML
The file was modified src/HOL/Tools/record.ML
The file was modified src/HOL/Tools/reflection.ML
The file was modified src/HOL/Tools/semiring_normalizer.ML
The file was modified src/HOL/Tools/typedef.ML
The file was modified src/HOL/Tools/value_command.ML
The file was modified src/Provers/Arith/fast_lin_arith.ML
The file was modified src/Provers/classical.ML
The file was modified src/Provers/order_tac.ML
The file was modified src/Pure/Concurrent/thread_data_virtual.ML
The file was modified src/Pure/General/name_space.ML
The file was modified src/Pure/Isar/attrib.ML
The file was modified src/Pure/Isar/bundle.ML
The file was modified src/Pure/Isar/calculation.ML
The file was modified src/Pure/Isar/class.ML
The file was modified src/Pure/Isar/code.ML
The file was modified src/Pure/Isar/context_rules.ML
The file was modified src/Pure/Isar/experiment.ML
The file was modified src/Pure/Isar/generic_target.ML
The file was modified src/Pure/Isar/local_defs.ML
The file was modified src/Pure/Isar/locale.ML
The file was modified src/Pure/Isar/method.ML
The file was modified src/Pure/Isar/object_logic.ML
The file was modified src/Pure/Isar/outer_syntax.ML
The file was modified src/Pure/Isar/spec_rules.ML
The file was modified src/Pure/ML/ml_context.ML
The file was modified src/Pure/ML/ml_env.ML
The file was modified src/Pure/ML/ml_thms.ML
The file was modified src/Pure/PIDE/resources.ML
The file was modified src/Pure/Proof/extraction.ML
The file was modified src/Pure/Syntax/syntax.ML
The file was modified src/Pure/Syntax/syntax_phases.ML
The file was modified src/Pure/Thy/document_antiquotation.ML
The file was modified src/Pure/Thy/document_marker.ML
The file was modified src/Pure/Thy/export_theory.ML
The file was modified src/Pure/Thy/term_style.ML
The file was modified src/Pure/Thy/thy_header.ML
The file was modified src/Pure/Thy/thy_info.ML
The file was modified src/Pure/Tools/generated_files.ML
The file was modified src/Pure/Tools/named_theorems.ML
The file was modified src/Pure/Tools/named_thms.ML
The file was modified src/Pure/Tools/plugin.ML
The file was modified src/Pure/Tools/simplifier_trace.ML
The file was modified src/Pure/axclass.ML
The file was modified src/Pure/config.ML
The file was modified src/Pure/context.ML
The file was modified src/Pure/ex/Def.thy
The file was modified src/Pure/global_theory.ML
The file was modified src/Pure/more_thm.ML
The file was modified src/Pure/proofterm.ML
The file was modified src/Pure/pure_thy.ML
The file was modified src/Pure/raw_simplifier.ML
The file was modified src/Pure/sign.ML
The file was modified src/Pure/simplifier.ML
The file was modified src/Pure/soft_type_system.ML
The file was modified src/Pure/theory.ML
The file was modified src/Pure/thm.ML
The file was modified src/Sequents/prover.ML
The file was modified src/Tools/Code/code_preproc.ML
The file was modified src/Tools/Code/code_runtime.ML
The file was modified src/Tools/Code/code_simp.ML
The file was modified src/Tools/Code/code_target.ML
The file was modified src/Tools/induct.ML
The file was modified src/Tools/nbe.ML
The file was modified src/Tools/quickcheck.ML
The file was modified src/Tools/subtyping.ML
The file was modified src/Tools/try.ML
The file was modified src/ZF/Tools/ind_cases.ML
The file was modified src/ZF/Tools/induct_tacs.ML
The file was modified src/ZF/Tools/typechk.ML
Changeset 74560:5c8177fd1295 by wenzelm:
clarified modules;
The file was modified src/HOL/Real_Asymp/real_asymp.ML
The file was modified src/Pure/conv.ML
Changeset 74559:9189d949abb9 by wenzelm:
clarified modules;
The file was addedsrc/Pure/ML/ml_antiquotations.ML
The file was modified src/Pure/Isar/locale.ML
The file was modified src/Pure/Isar/method.ML
The file was modified src/Pure/ROOT.ML
The file was removedsrc/Pure/ML/ml_antiquotations1.ML
The file was removedsrc/Pure/ML/ml_antiquotations2.ML
Changeset 74558:44dc1661a5cb by wenzelm:
clarified signature;
The file was modified src/HOL/Tools/Mirabelle/mirabelle.ML
The file was modified src/Pure/Isar/method.ML
The file was modified src/Pure/Isar/token.ML
The file was modified src/Pure/Thy/document_marker.ML
Changeset 74557:59febd85a0f6 by wenzelm:
tuned;
The file was modified src/Pure/Thy/document_antiquotation.ML
Changeset 74556:b45b85a4145e by wenzelm:
clarified keywords and reports;
The file was modified src/Pure/ML/ml_antiquotations1.ML
Changeset 74555:3ba399ecdfaf by wenzelm:
clarified signature;
The file was modified src/Pure/Isar/keyword.ML
The file was modified src/Pure/Tools/find_consts.ML
The file was modified src/Pure/Tools/find_theorems.ML
Changeset 74554:67c4004495f2 by desharna:
merged
Changeset 74553:3ec9cafab990 by desharna:
proper veriT --max-time option
The file was modified src/HOL/Tools/SMT/smt_systems.ML
Changeset 74552:f55c632a1fe8 by desharna:
refactored tptp_builtins in Sledgehammer
The file was modified src/HOL/Tools/ATP/atp_problem.ML
The file was modified src/HOL/Tools/ATP/atp_problem_generate.ML
Changeset 74551:375e8e1a2139 by wenzelm:
merged
Changeset 74550:7f06e317fe25 by wenzelm:
tuned ML --- clarified use of context;<br>tuned message;
The file was modified src/HOL/Library/rewrite.ML
Changeset 74549:f4d917c5fdff by wenzelm:
tuned --- fewer clones;
The file was modified src/HOL/Library/cconv.ML
Changeset 74548:1861f4d1d3f9 by wenzelm:
updated to jEdit plugin Highlight 2.5;
The file was modified Admin/components/components.sha1
The file was modified Admin/components/main
The file was modified src/Pure/Admin/build_jedit.scala
Changeset 74547:54055f568d76 by wenzelm:
proper tactic combinator;
The file was modified src/HOL/Analysis/metric_arith.ML
Changeset 74546:6df92c387063 by wenzelm:
proper file headers;
The file was modified src/HOL/Analysis/Metric_Arith.thy
The file was modified src/HOL/Analysis/metric_arith.ML
Changeset 74545:6c123914883a by wenzelm:
clarified context;<br>clarified modules;
The file was modified src/HOL/Analysis/metric_arith.ML
The file was modified src/HOL/Library/conditional_parametricity.ML
The file was modified src/HOL/Tools/BNF/bnf_def_tactics.ML
The file was modified src/HOL/Tools/BNF/bnf_fp_def_sugar.ML
The file was modified src/HOL/Tools/BNF/bnf_fp_n2m_tactics.ML
The file was modified src/HOL/Tools/Lifting/lifting_def_code_dt.ML
The file was modified src/HOL/Tools/Lifting/lifting_setup.ML
The file was modified src/HOL/Tools/Transfer/transfer.ML
The file was modified src/Pure/conv.ML
Changeset 74544:9864ab4c20ce by wenzelm:
more accurate treatment of context;
The file was modified src/HOL/Analysis/normarith.ML
Changeset 74543:ee039c11fb6f by Manuel Eberl _manuel@pruvisto.org_:
updated email address
The file was modified src/HOL/Analysis/Simplex_Content.thy
The file was modified src/HOL/Computational_Algebra/Nth_Powers.thy
The file was modified src/HOL/Computational_Algebra/Squarefree.thy
The file was modified src/HOL/Library/Landau_Symbols.thy
The file was modified src/HOL/Number_Theory/Prime_Powers.thy
Changeset 74542:d592354c4a26 by Manuel Eberl _manuel@pruvisto.org_:
removed some &#039;private&#039; modifiers from HOL-Computational_Algebra
The file was modified src/HOL/Computational_Algebra/Factorial_Ring.thy
The file was modified src/HOL/Computational_Algebra/Polynomial_Factorial.thy
Changeset 74541:2ff001a8c9f2 by wenzelm:
merged
Changeset 74540:c87b403b03eb by wenzelm:
merged
Changeset 74539:f07761ee5a7f by wenzelm:
more robust Variable.revert_bounds (see also b12f2cef3ee5);
The file was modified src/Pure/variable.ML
Changeset 74538:45c09620f726 by wenzelm:
more accurate treatment of context;
The file was modified src/HOL/Tools/record.ML
Changeset 74537:44e4f09b1cc4 by wenzelm:
tuned -- proper names/scopes for contexts;
The file was modified src/HOL/Tools/record.ML
Changeset 74536:7d05d44ff9a9 by wenzelm:
clarified context;
The file was modified src/HOL/HOL.thy
The file was modified src/Tools/induct.ML
Changeset 74535:2f8e8dc9b522 by wenzelm:
clarified context;
The file was modified src/HOL/Tools/Quotient/quotient_def.ML
Changeset 74534:638301b86f0a by wenzelm:
tuned;
The file was modified src/HOL/Tools/Function/function_core.ML
Changeset 74533:5cab031e2344 by wenzelm:
unused;
The file was modified src/HOL/Library/old_recdef.ML
Changeset 74532:64d1b02327a4 by wenzelm:
more accurate treatment of context;<br>declare generated bounds for the sake of recdef, which has variables leaking from local context;
The file was modified src/HOL/Library/old_recdef.ML
The file was modified src/Pure/variable.ML
Changeset 74531:b4660c388e72 by wenzelm:
isabelle regenerate_cooper;
The file was modified src/HOL/Tools/Qelim/cooper.ML
The file was modified src/HOL/Tools/Qelim/cooper_procedure.ML
Changeset 74530:823ccd84b879 by wenzelm:
revert bbfed17243af, breaks HOL-Proofs extraction;
The file was modified src/HOL/TPTP/atp_problem_import.ML
The file was modified src/HOL/Tools/Function/function_lib.ML
The file was modified src/HOL/Tools/Function/partial_function.ML
The file was modified src/HOL/Tools/Meson/meson_clausify.ML
The file was modified src/HOL/Tools/Metis/metis_tactic.ML
The file was modified src/HOL/Tools/Qelim/cooper.ML
The file was modified src/HOL/Tools/Transfer/transfer.ML
The file was modified src/HOL/Tools/datatype_realizer.ML
The file was modified src/Pure/goal.ML
Changeset 74529:a1aa42743d7d by wenzelm:
tuned;
The file was modified src/HOL/Library/simps_case_conv.ML
Changeset 74528:ce2c7037e509 by wenzelm:
tuned;
The file was modified src/HOL/Library/cconv.ML
Changeset 74527:52eadb60499f by wenzelm:
proper p&#039; instead of p (amending 52c7c42e7e27);
The file was modified src/HOL/Decision_Procs/Cooper.thy
Changeset 74526:bbfed17243af by wenzelm:
proper context for Goal.prove_internal;
The file was modified src/HOL/TPTP/atp_problem_import.ML
The file was modified src/HOL/Tools/Function/function_lib.ML
The file was modified src/HOL/Tools/Function/partial_function.ML
The file was modified src/HOL/Tools/Meson/meson_clausify.ML
The file was modified src/HOL/Tools/Metis/metis_tactic.ML
The file was modified src/HOL/Tools/Qelim/cooper.ML
The file was modified src/HOL/Tools/Transfer/transfer.ML
The file was modified src/HOL/Tools/datatype_realizer.ML
The file was modified src/Pure/goal.ML
Changeset 74525:c960bfcb91db by wenzelm:
discontinued Term.dest_abs / Logic.dest_all, which are officially superseded by Variable.dest_abs etc., but there are also Term.dest_abs_global to recover existing tools easily;<br>Simplifier and equational conversions demand a proper proof context;
The file was modified NEWS
The file was modified src/FOLP/simp.ML
The file was modified src/HOL/Analysis/metric_arith.ML
The file was modified src/HOL/Decision_Procs/Cooper.thy
The file was modified src/HOL/Decision_Procs/Parametric_Ferrante_Rackoff.thy
The file was modified src/HOL/Decision_Procs/ferrante_rackoff.ML
The file was modified src/HOL/Decision_Procs/langford.ML
The file was modified src/HOL/HOLCF/Tools/fixrec.ML
The file was modified src/HOL/Library/Pattern_Aliases.thy
The file was modified src/HOL/Library/Sum_of_Squares/positivstellensatz.ML
The file was modified src/HOL/Library/cconv.ML
The file was modified src/HOL/Library/old_recdef.ML
The file was modified src/HOL/Real_Asymp/exp_log_expression.ML
The file was modified src/HOL/TPTP/TPTP_Parser/tptp_reconstruct_library.ML
The file was modified src/HOL/Tools/Ctr_Sugar/case_translation.ML
The file was modified src/HOL/Tools/Function/function_lib.ML
The file was modified src/HOL/Tools/Meson/meson_clausify.ML
The file was modified src/HOL/Tools/Qelim/cooper.ML
The file was modified src/HOL/Tools/Qelim/qelim.ML
The file was modified src/HOL/Tools/Quotient/quotient_tacs.ML
The file was modified src/HOL/Tools/Quotient/quotient_term.ML
The file was modified src/HOL/Tools/SMT/smt_normalize.ML
The file was modified src/HOL/Tools/SMT/smt_util.ML
The file was modified src/HOL/Tools/SMT/z3_isar.ML
The file was modified src/HOL/Tools/groebner.ML
The file was modified src/HOL/Tools/reification.ML
The file was modified src/HOL/ex/Sketch_and_Explore.thy
The file was modified src/Pure/Tools/find_theorems.ML
The file was modified src/Pure/conv.ML
The file was modified src/Pure/logic.ML
The file was modified src/Pure/more_pattern.ML
The file was modified src/Pure/more_thm.ML
The file was modified src/Pure/raw_simplifier.ML
The file was modified src/Pure/term.ML
The file was modified src/Pure/thm.ML
The file was modified src/Pure/variable.ML
The file was modified src/Tools/Code/code_thingol.ML
The file was modified src/Tools/misc_legacy.ML
Changeset 74524:8ee3d5d3c1bf by wenzelm:
more accurate treatment of context, notably for nested Goal.proof / SUBPROOF;
The file was modified src/HOL/Nominal/nominal_inductive.ML
The file was modified src/HOL/Nominal/nominal_inductive2.ML
Changeset 74523:6c61341c1b31 by wenzelm:
tuned;
The file was modified src/HOL/Nominal/nominal_inductive2.ML
Changeset 74522:0fc52d7eb505 by wenzelm:
tuned;
The file was modified src/HOL/Nominal/nominal_inductive.ML
The file was modified src/HOL/Nominal/nominal_inductive2.ML
Changeset 74521:854537af4ce8 by wenzelm:
tuned;
The file was modified src/HOL/Library/cconv.ML
Changeset 74520:02d90c4360de by wenzelm:
spelling;
The file was modified src/HOL/Tools/Meson/meson_clausify.ML
Changeset 74519:fc65e39ca170 by wenzelm:
clarified context;
The file was modified src/HOL/Nominal/nominal_inductive.ML
Changeset 74518:de4f151c2a34 by wenzelm:
clarified signature;
The file was modified src/HOL/Analysis/metric_arith.ML
The file was modified src/HOL/Decision_Procs/ferrante_rackoff.ML
The file was modified src/HOL/Decision_Procs/langford.ML
The file was modified src/HOL/Library/Sum_of_Squares/positivstellensatz.ML
The file was modified src/HOL/Library/cconv.ML
The file was modified src/HOL/Library/old_recdef.ML
The file was modified src/HOL/Real_Asymp/exp_log_expression.ML
The file was modified src/HOL/Tools/Meson/meson_clausify.ML
The file was modified src/HOL/Tools/Qelim/cooper.ML
The file was modified src/HOL/Tools/Qelim/qelim.ML
The file was modified src/HOL/Tools/SMT/smt_normalize.ML
The file was modified src/HOL/Tools/SMT/smt_util.ML
The file was modified src/HOL/Tools/groebner.ML
The file was modified src/Pure/conv.ML
The file was modified src/Pure/more_thm.ML
The file was modified src/Pure/raw_simplifier.ML
The file was modified src/Pure/thm.ML
Changeset 74517:dc1a7c10565b by desharna:
tuned Vampire configuration to use TFX in Sledgehammer
The file was modified src/HOL/Tools/Sledgehammer/sledgehammer_atp_systems.ML

Summary

  1. updated metadata for Count_Complex_Roots
  2. corrected the timeout for CZH_Universal_Constructions
  3. CZH: further results about comma categories and Kan extensions, a variety of other minor amendments
  4. more generic bit/word lemmas for distribution
  5. Fixing a name clash between two different "restrict" operators
  6. Merged
  7. solved the roots-on-the-border problem
  8. split Count_Complex_Roots
  9. more realistic timeout;
  10. clarified signature, according to Isabelle/ccf599864beb;
  11. back to dedicated separate shift operations for infix syntax; more default simp rules on closed numeric expressions
  12. modify JinjaDCI
  13. modify JinjaDCI
  14. Merged.
  15. Various tuning that for some reason didn't get merged from my master branch.
  16. A spot of polishing
  17. Merged.
  18. Update metadata to reflect changes made in July, 2021.
  19. Add a revision note concerning material added in July, 2021.
  20. tuned signature, according to Isabelle/042041c0ebeb;
  21. Merged.
  22. Sync with my development repo.
  23. Adjust Imperative List/Map/Set Specification for more lenient next operation This allows implementations of this iterator specification to make use of temporary variables for obtaining the next element of the list/set/map. This is required by some and especially more general iterators.
  24. discontinued obsolete "val extend = I" for data slots;
  25. tuned;
  26. merged
  27. metadata update for MFODL_Monitor_Optimized
  28. fixed a mistake in MFODL_Monitor_Optimized
  29. merge
  30. adjusted Virtual-Substitution from 2021 to devel
  31. merge of AFP 2021
  32. fixed duplicate "and"
  33. sitegen for Virtual_Substitution
  34. new entry: Virtual Substitution
  35. updated website/email address
  36. modifications in Jinja and DOminance_CHK
  37. modifications in Jinja and Dominance_CHK
  38. modifications in Jinja and Dominance_CHK
  39. merged
  40. adapted to Term.dest_abs_global / Logic.dest_all_global (e.g. Isabelle/f07761ee5a7f);
  41. more accurate treatment of context;
  42. more accurate treatment of context;
  43. more accurate treatment of context;
  44. tuned -- proper names/scopes for contexts;
  45. tuned proofs;
  46. more accurate treatment of context;
  47. more accurate treatment of context;
  48. proper antiquotations;
  49. tuned messages;
  50. more maintainable Isabelle/ML: proper signatures, proper names/scopes for contexts; tuned whitespace;
  51. dead code!?
  52. clarified signature, following Isabelle/de4f151c2a34;
Changeset 12144:807c0639d73d by Wenda Li _wl302@cam.ac.uk _ liwenda1990@hotmail.com_:
updated metadata for Count_Complex_Roots
The file was modified metadata/metadata
Changeset 12143:fe3f71f31996 by user9716869 _user9716869@gmail.com_:
corrected the timeout for CZH_Universal_Constructions
The file was modified thys/CZH_Universal_Constructions/ROOT
Changeset 12142: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
The file was modified thys/CZH_Elementary_Categories/czh_ecategories/CZH_ECAT_Functor.thy
The file was modified thys/CZH_Elementary_Categories/czh_ecategories/CZH_ECAT_NTCF.thy
The file was modified thys/CZH_Elementary_Categories/czh_ecategories/CZH_ECAT_PCategory.thy
The file was modified thys/CZH_Elementary_Categories/czh_ecategories/CZH_ECAT_Simple.thy
The file was modified thys/CZH_Elementary_Categories/czh_ecategories/CZH_ECAT_Yoneda.thy
The file was modified thys/CZH_Foundations/czh_digraphs/CZH_DG_DGHM.thy
The file was modified thys/CZH_Foundations/czh_semicategories/CZH_SMC_Semifunctor.thy
The file was modified thys/CZH_Universal_Constructions/ROOT
The file was modified thys/CZH_Universal_Constructions/czh_ucategories/CZH_UCAT_Kan.thy
The file was modified thys/CZH_Universal_Constructions/czh_ucategories/CZH_UCAT_Limit.thy
The file was modified thys/CZH_Universal_Constructions/czh_ucategories/CZH_UCAT_PWKan.thy
Changeset 12141:99b814982902 by haftmann:
more generic bit/word lemmas for distribution
The file was modified thys/IP_Addresses/NumberWang_IPv6.thy
The file was modified thys/Word_Lib/Examples.thy
The file was modified thys/Word_Lib/More_Word.thy
The file was modified thys/Word_Lib/Norm_Words.thy
The file was modified thys/Word_Lib/Signed_Division_Word.thy
Changeset 12140: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
Changeset 12138: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
The file was modified thys/Count_Complex_Roots/Count_Circle.thy
The file was modified thys/Count_Complex_Roots/Count_Complex_Roots_Examples.thy
The file was modified thys/Count_Complex_Roots/Count_Half_Plane.thy
The file was modified thys/Count_Complex_Roots/Count_Line.thy
The file was modified thys/Count_Complex_Roots/Count_Rectangle.thy
The file was modified thys/Count_Complex_Roots/Extended_Sturm.thy
The file was modified thys/Count_Complex_Roots/ROOT
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
The file was modified thys/Count_Complex_Roots/Extended_Sturm.thy
The file was removedthys/Count_Complex_Roots/More_Polynomials.thy
Changeset 12136:b8642e91d99f by wenzelm:
more realistic timeout;
The file was modified thys/BTree/ROOT
The file was modified thys/CoSMed/ROOT
The file was modified thys/Complex_Bounded_Operators/ROOT
Changeset 12135:55910792390b by wenzelm:
clarified signature, according to Isabelle/ccf599864beb;
The file was modified thys/Dict_Construction/transfer_termination.ML
Changeset 12134: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
The file was modified thys/IEEE_Floating_Point/IEEE_Properties.thy
The file was modified thys/IP_Addresses/IP_Address.thy
The file was modified thys/IP_Addresses/IPv4.thy
The file was modified thys/IP_Addresses/IPv6.thy
The file was modified thys/IP_Addresses/Lib_Word_toString.thy
The file was modified thys/IP_Addresses/NumberWang_IPv6.thy
The file was modified thys/Word_Lib/Aligned.thy
The file was modified thys/Word_Lib/Bit_Shifts_Infix_Syntax.thy
The file was modified thys/Word_Lib/Bits_Int.thy
The file was modified thys/Word_Lib/Bitwise.thy
The file was modified thys/Word_Lib/Examples.thy
The file was modified thys/Word_Lib/Generic_set_bit.thy
The file was modified thys/Word_Lib/Guide.thy
The file was modified thys/Word_Lib/More_Arithmetic.thy
The file was modified thys/Word_Lib/More_Word.thy
The file was modified thys/Word_Lib/More_Word_Operations.thy
The file was modified thys/Word_Lib/Most_significant_bit.thy
The file was modified thys/Word_Lib/Next_and_Prev.thy
The file was modified thys/Word_Lib/Reversed_Bit_Lists.thy
The file was modified thys/Word_Lib/Rsplit.thy
The file was modified thys/Word_Lib/Signed_Division_Word.thy
The file was modified thys/Word_Lib/Singleton_Bit_Shifts.thy
The file was modified thys/Word_Lib/Word_32.thy
The file was modified thys/Word_Lib/Word_64.thy
The file was modified thys/Word_Lib/Word_EqI.thy
The file was modified thys/Word_Lib/Word_Lemmas.thy
Changeset 12133:802a16fc10b0 by nanjiang _nanjiang@whu.edu.cn_:
modify JinjaDCI
Changeset 12132:c5336131e4b5 by nanjiang _nanjiang@whu.edu.cn_:
modify JinjaDCI
The file was modified thys/JinjaDCI/BV/BVExec.thy
The file was modified thys/JinjaDCI/BV/BVSpec.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/Compiler/TypeComp.thy
Changeset 12130:838fe8a9a303 by Eugene W. Stark _stark@cs.stonybrook.edu_:
Various tuning that for some reason didn&#039;t get merged from my master branch.
The file was modified thys/Bicategory/Bicategory.thy
The file was modified thys/Bicategory/BicategoryOfSpans.thy
The file was modified thys/Bicategory/Coherence.thy
The file was modified thys/Bicategory/InternalEquivalence.thy
The file was modified thys/Bicategory/Modification.thy
The file was modified thys/Bicategory/Prebicategory.thy
The file was modified thys/Bicategory/Pseudofunctor.thy
The file was modified thys/Bicategory/Strictness.thy
The file was modified thys/Bicategory/Subbicategory.thy
The file was modified thys/Category3/EquivalenceOfCategories.thy
The file was modified thys/Category3/SetCat.thy
The file was modified thys/Category3/Yoneda.thy
The file was modified thys/MonoidalCategory/MonoidalCategory.thy
Changeset 12129:d4f54c2a05d1 by paulson _lp15@cam.ac.uk_:
A spot of polishing
The file was modified thys/Impossible_Geometry/Impossible_Geometry.thy
Changeset 12127:e8939a7952f7 by Eugene W. Stark _stark@cs.stonybrook.edu_:
Update metadata to reflect changes made in July, 2021.
The file was modified metadata/metadata
Changeset 12126:214d269370b1 by Eugene W. Stark _stark@cs.stonybrook.edu_:
Add a revision note concerning material added in July, 2021.
The file was modified thys/Bicategory/document/root.tex
Changeset 12125:5fee9e3ac452 by wenzelm:
tuned signature, according to Isabelle/042041c0ebeb;
The file was modified thys/Akra_Bazzi/akra_bazzi.ML
The file was modified thys/Auto2_HOL/util.ML
The file was modified thys/Automatic_Refinement/Lib/Mk_Term_Antiquot.thy
The file was modified thys/Automatic_Refinement/Lib/Mpat_Antiquot.thy
The file was modified thys/Automatic_Refinement/Lib/Refine_Util.thy
The file was modified thys/Collections/ICF/tools/ICF_Tools.thy
The file was modified thys/Constructor_Funs/constructor_funs.ML
The file was modified thys/IMP2/lib/named_simpsets.ML
The file was modified thys/Lazy_Case/lazy_case.ML
The file was modified thys/Refine_Monadic/Refine_Automation.thy
Changeset 12123:1943b411fa58 by Eugene W. Stark _stark@cs.stonybrook.edu_:
Sync with my development repo.
The file was modified thys/Bicategory/Bicategory.thy
The file was modified thys/Bicategory/BicategoryOfSpans.thy
The file was modified thys/Bicategory/Coherence.thy
The file was modified thys/Bicategory/ConcreteBicategory.thy
The file was modified thys/Bicategory/EquivalenceOfBicategories.thy
The file was modified thys/Bicategory/InternalAdjunction.thy
The file was modified thys/Bicategory/Prebicategory.thy
The file was modified thys/Bicategory/Pseudofunctor.thy
The file was modified thys/Bicategory/PseudonaturalTransformation.thy
The file was modified thys/Bicategory/SpanBicategory.thy
The file was modified thys/Bicategory/Strictness.thy
The file was modified thys/Bicategory/Subbicategory.thy
The file was modified thys/Bicategory/Tabulation.thy
The file was modified thys/Category3/BinaryFunctor.thy
The file was modified thys/Category3/Category.thy
The file was modified thys/Category3/Functor.thy
The file was modified thys/Category3/FunctorCategory.thy
The file was modified thys/Category3/Limit.thy
The file was modified thys/Category3/NaturalTransformation.thy
The file was modified thys/Category3/SetCategory.thy
The file was modified thys/MonoidalCategory/MonoidalCategory.thy
Changeset 12122:7a7605e22a07 by n.muendler _n.muendler@tum.de_:
Adjust Imperative List/Map/Set Specification for more lenient next operation<br><br>This allows implementations of this iterator specification to make use of<br>temporary variables for obtaining the next element of the list/set/map.<br>This is required by some and especially more general iterators.
The file was modified thys/Separation_Logic_Imperative_HOL/Examples/Hash_Map_Impl.thy
The file was modified thys/Separation_Logic_Imperative_HOL/Examples/Idioms.thy
The file was modified thys/Separation_Logic_Imperative_HOL/Examples/Imp_List_Spec.thy
The file was modified thys/Separation_Logic_Imperative_HOL/Examples/Imp_Map_Spec.thy
The file was modified thys/Separation_Logic_Imperative_HOL/Examples/Imp_Set_Spec.thy
The file was modified thys/Separation_Logic_Imperative_HOL/Examples/Open_List.thy
Changeset 12121:f879f9b59107 by wenzelm:
discontinued obsolete &quot;val extend = I&quot; for data slots;
The file was modified thys/Applicative_Lifting/applicative.ML
The file was modified thys/Auto2_HOL/HOL/acdata.ML
The file was modified thys/Auto2_HOL/HOL/induct_outer.ML
The file was modified thys/Auto2_HOL/consts.ML
The file was modified thys/Auto2_HOL/items.ML
The file was modified thys/Auto2_HOL/normalize.ML
The file was modified thys/Auto2_HOL/proofsteps.ML
The file was modified thys/Auto2_HOL/property.ML
The file was modified thys/Auto2_HOL/wellform.ML
The file was modified thys/Auto2_Imperative_HOL/Imperative/assn_matcher.ML
The file was modified thys/Auto2_Imperative_HOL/Imperative/sep_steps.ML
The file was modified thys/Automated_Stateful_Protocol_Verification/trac/trac.thy
The file was modified thys/Automatic_Refinement/Lib/Named_Sorted_Thms.thy
The file was modified thys/Automatic_Refinement/Lib/Tagged_Solver.thy
The file was modified thys/Automatic_Refinement/Parametricity/Param_Tool.thy
The file was modified thys/Automatic_Refinement/Parametricity/Relators.thy
The file was modified thys/Automatic_Refinement/Tool/Autoref_Fix_Rel.thy
The file was modified thys/Automatic_Refinement/Tool/Autoref_Phases.thy
The file was modified thys/Collections/ICF/tools/Locale_Code.thy
The file was modified thys/Collections/ICF/tools/Ord_Code_Preproc.thy
The file was modified thys/Collections/ICF/tools/Record_Intf.thy
The file was modified thys/Conditional_Transfer_Rule/CTR/CTR_Relators.ML
The file was modified thys/Conditional_Transfer_Rule/CTR/Tests/CTR_Tests.thy
The file was modified thys/Conditional_Transfer_Rule/UD/UD_Consts.ML
The file was modified thys/Constructor_Funs/constructor_funs.ML
The file was modified thys/Core_DOM/common/preliminaries/Hiding_Type_Variables.thy
The file was modified thys/Core_SC_DOM/common/preliminaries/Hiding_Type_Variables.thy
The file was modified thys/Deriving/Comparator_Generator/comparator_generator.ML
The file was modified thys/Deriving/Equality_Generator/equality_generator.ML
The file was modified thys/Deriving/Hash_Generator/hash_generator.ML
The file was modified thys/Deriving/derive_manager.ML
The file was modified thys/Dict_Construction/class_graph.ML
The file was modified thys/Dict_Construction/dict_construction.ML
The file was modified thys/Dict_Construction/side_conditions.ML
The file was modified thys/Generic_Deriving/derive_util.ML
The file was modified thys/IMP2/lib/named_simpsets.ML
The file was modified thys/IMP2/parser/Parser.thy
The file was modified thys/Isabelle_C/C11-FrontEnd/examples/C1.thy
The file was modified thys/Isabelle_C/C11-FrontEnd/examples/C2.thy
The file was modified thys/Isabelle_C/C11-FrontEnd/src/C_Command.thy
The file was modified thys/Isabelle_C/C11-FrontEnd/src/C_Eval.thy
The file was modified thys/Isabelle_C/C11-FrontEnd/src/C_Lexer_Annotation.thy
The file was modified thys/Isabelle_C/C11-FrontEnd/src/C_Parser_Annotation.thy
The file was modified thys/Isabelle_Meta_Model/isabelle_home/src/Tools/Code/Isabelle_code_target.thy
The file was modified thys/Isabelle_Meta_Model/toy_example/embedding/Generator_dynamic_sequential.thy
The file was modified thys/Lazy_Case/lazy_case.ML
The file was modified thys/Monad_Memo_DP/transform/Transform_Data.ML
The file was modified thys/Monad_Normalisation/monad_rules.ML
The file was modified thys/Nominal2/nominal_dt_data.ML
The file was modified thys/Nominal2/nominal_function_common.ML
The file was modified thys/Nominal2/nominal_thmdecls.ML
The file was modified thys/Partial_Function_MR/partial_function_mr.ML
The file was modified thys/Planarity_Certificates/l4v/lib/wp/WP-method.ML
The file was modified thys/Pratt_Certificate/pratt.ML
The file was modified thys/Proof_Strategy_Language/Isar_Interface.ML
The file was modified thys/Randomised_Social_Choice/Automation/Preference_Profile_Cmd.thy
The file was modified thys/Refine_Imperative_HOL/Lib/Named_Theorems_Rev.thy
The file was modified thys/Refine_Monadic/Generic/RefineG_Transfer.thy
The file was modified thys/Refine_Monadic/Refine_Automation.thy
The file was modified thys/Show/show_generator.ML
The file was modified thys/Simpl/hoare.ML
The file was modified thys/SpecCheck/Dynamic/dynamic_construct.ML
The file was modified thys/Stream_Fusion_Code/stream_fusion.ML
The file was modified thys/Types_To_Sets_Extension/ETTS/ETTS_Substitution.ML
The file was modified thys/UTP/toolkit/Total_Recall.ML
The file was modified thys/UTP/utp/uexpr_rep_eq.ML
Changeset 12120:96076d0d60c2 by wenzelm:
tuned;
The file was modified thys/Applicative_Lifting/applicative.ML
The file was modified thys/Auto2_HOL/proofsteps.ML
Changeset 12118:fad0e1b2ff59 by joshua schneider _joshua.schneider@inf.ethz.ch_:
metadata update for MFODL_Monitor_Optimized
The file was modified metadata/metadata
Changeset 12117:02b14c9bf3da by joshua schneider _joshua.schneider@inf.ethz.ch_:
fixed a mistake in MFODL_Monitor_Optimized
The file was modified thys/MFODL_Monitor_Optimized/Formula.thy
Changeset 12115:a03c4e63468f by rene thiemann _rene.thiemann@uibk.ac.at_:
adjusted Virtual-Substitution from 2021 to devel
The file was modified thys/Virtual_Substitution/ExecutiblePolyProps.thy
The file was modified thys/Virtual_Substitution/GeneralVSProofs.thy
The file was modified thys/Virtual_Substitution/InfinitesimalsUni.thy
The file was modified thys/Virtual_Substitution/MPolyExtension.thy
The file was modified thys/Virtual_Substitution/NegInfinityUni.thy
The file was modified thys/Virtual_Substitution/QE.thy
The file was modified thys/Virtual_Substitution/QuadraticCase.thy
Changeset 12113:390727e50cc9 by rene thiemann _rene.thiemann@uibk.ac.at_:
fixed duplicate &quot;and&quot;
The file was modified metadata/metadata
The file was modified web/entries/BenOr_Kozen_Reif.html
The file was modified web/entries/Differential_Game_Logic.html
The file was modified web/entries/Virtual_Substitution.html
The file was modified web/index.html
The file was modified web/rss.xml
The file was modified web/statistics.html
Changeset 12112:6e3e1e4f433c by rene thiemann _rene.thiemann@uibk.ac.at_:
sitegen for Virtual_Substitution
The file was addedweb/entries/Virtual_Substitution.html
The file was modified metadata/metadata
The file was modified web/entries/BenOr_Kozen_Reif.html
The file was modified web/entries/Polynomials.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
Changeset 12111:caff571036b8 by rene thiemann _rene.thiemann@uibk.ac.at_:
new entry: Virtual Substitution
The file was addedthys/Virtual_Substitution/DNF.thy
The file was addedthys/Virtual_Substitution/DNFUni.thy
The file was addedthys/Virtual_Substitution/Debruijn.thy
The file was addedthys/Virtual_Substitution/EliminateVariable.thy
The file was addedthys/Virtual_Substitution/EqualityVS.thy
The file was addedthys/Virtual_Substitution/ExecutiblePolyProps.thy
The file was addedthys/Virtual_Substitution/ExportProofs.thy
The file was addedthys/Virtual_Substitution/Exports.thy
The file was addedthys/Virtual_Substitution/GeneralVSProofs.thy
The file was addedthys/Virtual_Substitution/Heuristic.thy
The file was addedthys/Virtual_Substitution/HeuristicProofs.thy
The file was addedthys/Virtual_Substitution/Infinitesimals.thy
The file was addedthys/Virtual_Substitution/InfinitesimalsUni.thy
The file was addedthys/Virtual_Substitution/LinearCase.thy
The file was addedthys/Virtual_Substitution/LuckyFind.thy
The file was addedthys/Virtual_Substitution/MPolyExtension.thy
The file was addedthys/Virtual_Substitution/NegInfinity.thy
The file was addedthys/Virtual_Substitution/NegInfinityUni.thy
The file was addedthys/Virtual_Substitution/OptimizationProofs.thy
The file was addedthys/Virtual_Substitution/Optimizations.thy
The file was addedthys/Virtual_Substitution/PolyAtoms.thy
The file was addedthys/Virtual_Substitution/PrettyPrinting.thy
The file was addedthys/Virtual_Substitution/QE.thy
The file was addedthys/Virtual_Substitution/QuadraticCase.thy
The file was addedthys/Virtual_Substitution/README.txt
The file was addedthys/Virtual_Substitution/ROOT
The file was addedthys/Virtual_Substitution/Reindex.thy
The file was addedthys/Virtual_Substitution/UniAtoms.thy
The file was addedthys/Virtual_Substitution/VSAlgos.thy
The file was addedthys/Virtual_Substitution/VSQuad.thy
The file was addedthys/Virtual_Substitution/document/root.bib
The file was addedthys/Virtual_Substitution/document/root.tex
The file was modified thys/ROOTS
Changeset 12110:7a08c3aec8d9 by Manuel Eberl _manuel@pruvisto.org_:
updated website/email address
The file was modified metadata/metadata
The file was modified thys/Akra_Bazzi/Akra_Bazzi.thy
The file was modified thys/Akra_Bazzi/Akra_Bazzi_Asymptotics.thy
The file was modified thys/Akra_Bazzi/Akra_Bazzi_Library.thy
The file was modified thys/Akra_Bazzi/Akra_Bazzi_Method.thy
The file was modified thys/Akra_Bazzi/Akra_Bazzi_Real.thy
The file was modified thys/Akra_Bazzi/Eval_Numeral.thy
The file was modified thys/Akra_Bazzi/Master_Theorem.thy
The file was modified thys/Akra_Bazzi/Master_Theorem_Examples.thy
The file was modified thys/Bernoulli/Bernoulli.thy
The file was modified thys/Bernoulli/Bernoulli_FPS.thy
The file was modified thys/Bernoulli/Periodic_Bernpoly.thy
The file was modified thys/Bertrands_Postulate/Bertrand.thy
The file was modified thys/Buffons_Needle/Buffons_Needle.thy
The file was modified thys/Comparison_Sort_Lower_Bound/Comparison_Sort_Lower_Bound.thy
The file was modified thys/Descartes_Sign_Rule/Descartes_Sign_Rule.thy
The file was modified thys/E_Transcendental/E_Transcendental.thy
The file was modified thys/Landau_Symbols/Group_Sort.thy
The file was modified thys/Landau_Symbols/Landau_Library.thy
The file was modified thys/Landau_Symbols/Landau_More.thy
The file was modified thys/Landau_Symbols/Landau_Real_Products.thy
The file was modified thys/Landau_Symbols/Landau_Simprocs.thy
The file was modified thys/Landau_Symbols/landau_simprocs.ML
The file was modified thys/Linear_Recurrences/Partial_Fraction_Decomposition.thy
The file was modified thys/Liouville_Numbers/Liouville_Numbers.thy
The file was modified thys/Liouville_Numbers/Liouville_Numbers_Misc.thy
The file was modified thys/Minkowskis_Theorem/Minkowskis_Theorem.thy
The file was modified thys/Myhill-Nerode/Non_Regular_Languages.thy
The file was modified thys/Prime_Harmonic_Series/Prime_Harmonic.thy
The file was modified thys/Prime_Harmonic_Series/Prime_Harmonic_Misc.thy
The file was modified thys/Prime_Harmonic_Series/Squarefree_Nat.thy
The file was modified thys/Quick_Sort_Cost/Quick_Sort_Average_Case.thy
The file was modified thys/Quick_Sort_Cost/Randomised_Quick_Sort.thy
The file was modified thys/Random_BSTs/Random_BSTs.thy
The file was modified thys/Randomised_Social_Choice/Automation/SDS_Automation.thy
The file was modified thys/Regular-Sets/Regexp_Constructions.thy
The file was modified thys/SDS_Impossibility/SDS_Impossibility.thy
The file was modified thys/Sturm_Sequences/Examples/Sturm_Ex.thy
The file was modified thys/Sturm_Sequences/Lib/Misc_Polynomial.thy
The file was modified thys/Sturm_Sequences/Sturm.thy
The file was modified thys/Sturm_Sequences/Sturm_Method.thy
The file was modified thys/Sturm_Sequences/Sturm_Theorem.thy
The file was modified thys/Sturm_Sequences/document/root_userguide.tex
The file was modified thys/Triangle/Angles.thy
The file was modified thys/Triangle/Triangle.thy
Changeset 12109:31038ef0e4aa by nanjiang _nanjiang@whu.edu.cn_:
modifications in Jinja and DOminance_CHK
Changeset 12108:8f96efd43f79 by nanjiang _nanjiang@whu.edu.cn_:
modifications in Jinja and Dominance_CHK
The file was addedthys/Jinja/DFA/Kildall_1.thy
The file was addedthys/Jinja/DFA/Kildall_2.thy
The file was addedthys/Jinja/DFA/Typing_Framework_1.thy
The file was addedthys/Jinja/DFA/Typing_Framework_2.thy
The file was removedthys/Dominance_CHK/Listn.thy
The file was removedthys/Dominance_CHK/Semilat.thy
The file was removedthys/Jinja/DFA/Kildall.thy
The file was removedthys/Jinja/DFA/Typing_Framework.thy
Changeset 12107:6c2ab1484149 by nanjiang _nanjiang@whu.edu.cn_:
modifications in Jinja and Dominance_CHK
The file was modified thys/Dominance_CHK/Dom_Kildall.thy
The file was modified thys/Dominance_CHK/Dom_Kildall_Property.thy
The file was modified thys/Dominance_CHK/Dom_Semi_List.thy
The file was modified thys/Dominance_CHK/ROOT
The file was modified thys/Jinja/BV/BVConform.thy
The file was modified thys/Jinja/BV/BVExec.thy
The file was modified thys/Jinja/BV/BVNoTypeError.thy
The file was modified thys/Jinja/BV/BVSpec.thy
The file was modified thys/Jinja/BV/BVSpecTypeSafe.thy
The file was modified thys/Jinja/BV/JVM_SemiType.thy
The file was modified thys/Jinja/BV/LBVJVM.thy
The file was modified thys/Jinja/BV/SemiType.thy
The file was modified thys/Jinja/BV/TF_JVM.thy
The file was modified thys/Jinja/Compiler/Hidden.thy
The file was modified thys/Jinja/Compiler/TypeComp.thy
The file was modified thys/Jinja/DFA/Abstract_BV.thy
The file was modified thys/Jinja/DFA/Err.thy
The file was modified thys/Jinja/DFA/LBVComplete.thy
The file was modified thys/Jinja/DFA/LBVCorrect.thy
The file was modified thys/Jinja/DFA/LBVSpec.thy
The file was modified thys/Jinja/DFA/Listn.thy
The file was modified thys/Jinja/DFA/Opt.thy
The file was modified thys/Jinja/DFA/Product.thy
The file was modified thys/Jinja/DFA/Semilat.thy
The file was modified thys/Jinja/DFA/SemilatAlg.thy
The file was modified thys/Jinja/DFA/Typing_Framework_err.thy
Changeset 12106:7443f842a434 by wenzelm:
merged
Changeset 12105:0cfcfc7a85ea by wenzelm:
adapted to Term.dest_abs_global / Logic.dest_all_global (e.g. Isabelle/f07761ee5a7f);
The file was modified thys/Auto2_HOL/logic_steps.ML
The file was modified thys/Auto2_HOL/matcher.ML
The file was modified thys/Auto2_HOL/util.ML
The file was modified thys/Auto2_HOL/util_logic.ML
The file was modified thys/Complx/OG_Syntax.thy
The file was modified thys/Monad_Memo_DP/transform/Transform.ML
The file was modified thys/Monad_Memo_DP/transform/Transform_Term.ML
The file was modified thys/Simpl/generalise_state.ML
The file was modified thys/Types_To_Sets_Extension/ETTS/ETTS_Tools/More_Logic.ML
Changeset 12104:852a45f9fea3 by wenzelm:
more accurate treatment of context;
The file was modified thys/Auto2_HOL/util_logic.ML
The file was modified thys/Auto2_Imperative_HOL/Functional/Indexed_PQueue.thy
Changeset 12103:799f6902bd81 by wenzelm:
more accurate treatment of context;
The file was modified thys/Affine_Arithmetic/Floatarith_Expression.thy
The file was modified thys/Akra_Bazzi/akra_bazzi.ML
The file was modified thys/Applicative_Lifting/applicative.ML
The file was modified thys/Automated_Stateful_Protocol_Verification/trac/trac.thy
The file was modified thys/Automatic_Refinement/Lib/Cond_Rewr_Conv.ML
The file was modified thys/Automatic_Refinement/Lib/Refine_Util.thy
The file was modified thys/Automatic_Refinement/Parametricity/Param_Tool.thy
The file was modified thys/Automatic_Refinement/Tool/Autoref_Fix_Rel.thy
The file was modified thys/Automatic_Refinement/Tool/Autoref_Id_Ops.thy
The file was modified thys/Automatic_Refinement/Tool/Autoref_Tool.thy
The file was modified thys/Automatic_Refinement/Tool/Autoref_Translate.thy
The file was modified thys/Bertrands_Postulate/Bertrand.thy
The file was modified thys/Bertrands_Postulate/bertrand.ML
The file was modified thys/Case_Labeling/Examples/Hoare/labeled_hoare_tac.ML
The file was modified thys/Containers/containers_generator.ML
The file was modified thys/Deriving/Comparator_Generator/comparator_generator.ML
The file was modified thys/Deriving/Equality_Generator/equality_generator.ML
The file was modified thys/Deriving/Hash_Generator/hash_generator.ML
The file was modified thys/Forcing/Synthetic_Definition.thy
The file was modified thys/Forcing/renaming.ML
The file was modified thys/Generic_Deriving/derive_laws.ML
The file was modified thys/Goedel_HFSet_Semanticless/SyntaxN.thy
The file was modified thys/Refine_Imperative_HOL/Sepref_Frame.thy
The file was modified thys/Refine_Imperative_HOL/Sepref_Id_Op.thy
The file was modified thys/Refine_Imperative_HOL/Sepref_Monadify.thy
The file was modified thys/Refine_Monadic/Generic/RefineG_Transfer.thy
Changeset 12102:e1f8faf5261f by wenzelm:
more accurate treatment of context;
The file was modified thys/Simpl/hoare.ML
Changeset 12101:8df25780da08 by wenzelm:
tuned -- proper names/scopes for contexts;
The file was modified thys/Simpl/hoare.ML
Changeset 12100:1c4e253f1310 by wenzelm:
tuned proofs;
The file was modified thys/Timed_Automata/Closure.thy
Changeset 12099:cf5a1e74dc18 by wenzelm:
more accurate treatment of context;
The file was modified thys/Nominal2/Nominal2_Base.thy
The file was modified thys/Nominal2/nominal_dt_alpha.ML
The file was modified thys/Nominal2/nominal_dt_quot.ML
The file was modified thys/Nominal2/nominal_dt_rawfuns.ML
The file was modified thys/Nominal2/nominal_eqvt.ML
The file was modified thys/Nominal2/nominal_inductive.ML
The file was modified thys/Nominal2/nominal_library.ML
The file was modified thys/Nominal2/nominal_mutual.ML
The file was modified thys/Nominal2/nominal_thmdecls.ML
Changeset 12098:4bbfa8b9871e by wenzelm:
more accurate treatment of context;
The file was modified thys/Monad_Memo_DP/transform/Transform.ML
The file was modified thys/Monad_Memo_DP/transform/Transform_Term.ML
Changeset 12097:8f7185ecb827 by wenzelm:
proper antiquotations;
The file was modified thys/Monad_Memo_DP/util/Ground_Function.ML
Changeset 12096:4e4a7bc724be by wenzelm:
tuned messages;
The file was modified thys/Monad_Memo_DP/transform/Transform_Cmd.thy
Changeset 12095:3b02b2ea9e9f by wenzelm:
more maintainable Isabelle/ML: proper signatures, proper names/scopes for contexts;<br>tuned whitespace;
The file was modified thys/Monad_Memo_DP/example/Bellman_Ford.thy
The file was modified thys/Monad_Memo_DP/transform/Transform.ML
The file was modified thys/Monad_Memo_DP/transform/Transform_Cmd.thy
The file was modified thys/Monad_Memo_DP/transform/Transform_Const.ML
The file was modified thys/Monad_Memo_DP/transform/Transform_Data.ML
The file was modified thys/Monad_Memo_DP/transform/Transform_Misc.ML
The file was modified thys/Monad_Memo_DP/transform/Transform_Parser.ML
The file was modified thys/Monad_Memo_DP/transform/Transform_Tactic.ML
The file was modified thys/Monad_Memo_DP/transform/Transform_Term.ML
The file was modified thys/Monad_Memo_DP/util/Ground_Function.ML
Changeset 12094:e33e03ef2ac1 by wenzelm:
dead code!?
The file was modified thys/Monad_Memo_DP/state_monad/DP_CRelVS_Ext.thy
Changeset 12093:7f3037fb9642 by wenzelm:
clarified signature, following Isabelle/de4f151c2a34;
The file was modified thys/Auto2_HOL/matcher.ML
The file was modified thys/Simpl/generalise_state.ML