Skip to content
Success

Changes

Summary

  1. provide component naproche-2d99afe5c349;
  2. merged
  3. Added tag Isabelle2021-1-RC5 for changeset 8baf2e8b16e2
  4. more documentation about Type/Const antiquotations;
  5. more documentation about document build options;
  6. address problems with launch4j and jdk-17 (see also 41d009462d3c, copy of 41d009462d3c);
  7. tuned --- fewer IDE warnings;
  8. more robust physical timeout (despite 1bea05713dde), especially relevant for quickcheck where large unary numerals may cause excessive heap allocations and resulting GC is better included in the timing;
  9. added definitions multp{DM,HO} and corresponding lemmas
  10. added wfP_less to wellorder and wfP_less_multiset
  11. restored lemmas less_multiset{DM,HO} inadvertently changed by c256bba593f3
  12. merged
  13. added lemmas irreflp_{less,greater} to preorder and {trans,irrefl}_mult{,p} to Multiset
  14. redefined less_multiset to be based on multp
  15. added lemmas multp_code_eq_multp and multeqp_code_eq_reflclp_multp
  16. added lemmas multp_cancel, multp_cancel_add_mset, and multp_cancel_max
  17. added lemmas multp_implies_one_step, one_step_implies_multp, and subset_implies_multp
  18. added lemma wfP_multp
  19. added lemma mono_multp
  20. added Multiset.multp as predicate equivalent of Multiset.mult
  21. address problems with launch4j and jdk-17 (see also 41d009462d3c);
  22. more robust build on midrange hardware;
  23. clarified tests: omit somewhat pointless (unstable) results;
  24. proper fields for gnuplot (amending b614e3e4146a);
  25. tuned output;
  26. tuned;
  27. merged
  28. more robust build on midrange hardware (despite 67d6f1708ea4);
  29. Added tag Isabelle2021-1-RC4 for changeset 2336356d4180
  30. updated to polyml-5.9;
  31. NEWS on "isabelle mirabelle";
  32. tuned;
  33. clarified default for kodkod_scala; NEWS for proper release;
  34. maintain option kodkod_scala within theory context, to allow local modification;
  35. NEWS for proper release;
  36. updated to flatlaf-1.6.4;
  37. avoid broken links: auxiliary files are not yet supported;
  38. option document_comment_latex supports e.g. Dagstuhl LIPIcs;
  39. more explicit type Latex.Tags; generate isabelletags.sty from Isabelle/Scala, including comment.sty setup;
  40. more uniform treatment of optional_argument for Latex elements; discontinued somewhat pointless element position in Isabelle/Scala: semantic add-ons are better provided in Isabelle/ML; clarified signature of class Latex: overridable unknown_elem allows to extend the markup language;
  41. removed pointless 'text_cartouche' command: regular 'text' already supports cartouches;
  42. example: alternative document headings, based on more general document output markup;
  43. more general document output: enclosing markup is defined in user-space;
  44. clarified modules (see c299abcf7081);
  45. output for document commands like 'section', 'text' is defined in user-space, as part of the command transaction;
  46. clarified modules;
  47. tuned signature: more explicit types for presentation;
  48. more robust support for Windows line-endings;
  49. source positions for document markup commands, e.g. to retrieve PIDE markup in presentation;
  50. more compact data during presentation: Entity_Context.Theory_Export instead of full Export_Theory.Theory;
  51. clarified system option standard values: avoid oddities like "isabelle build -o document_output" producing directories named "true";
  52. more symbolic latex_output via XML (using YXML within text);
  53. proper enclose_name (amending e77c5bfca9aa);
  54. Latex.Output.latex_heading depends on option document_heading_prefix, e.g. relevant for Dagstuhl LIPIcs which prefers unaliased \section etc.;
  55. more symbolic latex_output via XML;
  56. clarified hook for Mirabelle (again): cover all 'theories' sections within ROOT (see also 9ead8d9be3ab);
  57. tuned;
  58. tuned;
  59. updated to verit-2021.06.2-rmx;
  60. clarified HTML_Context.theory_exports: prefer value-oriented parallelism;
  61. generate problems with correct logic for veriT
  62. more parallelism, at the cost of potential duplicates of make_thy;
  63. afford more parallelism for sessions (instead of theories in 5eac4b13d1f1): depend on disjoint data areas (notably base.session_theories in 2ad892ac749a);
  64. more interrupts;
  65. present only selected session theories (as in Isabelle2021), in contrast to 2bc24136bdeb, eb89b3a37826; eliminated implicit state: these theories are globally unique;
  66. tuned;
  67. clarified modules;
  68. tuned (see also e0d1d9203275);
  69. clarified signature;
  70. tuned;
  71. spelling;
Changeset 74877:1a5d4586b6b0 by wenzelm:
provide component naproche-2d99afe5c349;
The file was modified Admin/components/components.sha1
Changeset 74876:e8935405f082 by wenzelm:
merged
Changeset 74875:98d2b3375258 by wenzelm:
Added tag Isabelle2021-1-RC5 for changeset 8baf2e8b16e2
The file was modified .hgtags
Changeset 74874:8baf2e8b16e2 by wenzelm:
more documentation about Type/Const antiquotations;
The file was modified src/Doc/Implementation/Logic.thy
Changeset 74873:0ab2ed1489eb by wenzelm:
more documentation about document build options;
The file was modified src/Doc/System/Presentation.thy
The file was modified src/Doc/System/Sessions.thy
Changeset 74872:9e9a308562da by wenzelm:
address problems with launch4j and jdk-17 (see also 41d009462d3c, copy of 41d009462d3c);
The file was modified Admin/Release/CHECKLIST
The file was modified src/Pure/Admin/build_release.scala
The file was modified src/Pure/Admin/isabelle_devel.scala
Changeset 74871:0597884e6e91 by wenzelm:
tuned --- fewer IDE warnings;
The file was modified src/Tools/Haskell/Haskell.thy
Changeset 74870:d54b3c96ee50 by wenzelm:
more robust physical timeout (despite 1bea05713dde), especially relevant for quickcheck where large unary numerals may cause excessive heap allocations and resulting GC is better included in the timing;
The file was modified src/HOL/Tools/try0.ML
The file was modified src/Pure/Concurrent/timeout.ML
The file was modified src/Tools/quickcheck.ML
The file was modified src/Tools/try.ML
Changeset 74869:7b0a241732c1 by desharna:
added definitions multp{DM,HO} and corresponding lemmas
The file was modified src/HOL/Library/Multiset_Order.thy
Changeset 74868:2741ef11ccf6 by desharna:
added wfP_less to wellorder and wfP_less_multiset
The file was modified src/HOL/Library/Multiset.thy
The file was modified src/HOL/Wellfounded.thy
Changeset 74867:4220dcd6c22e by desharna:
restored lemmas less_multiset{DM,HO} inadvertently changed by c256bba593f3
The file was modified src/HOL/Library/Multiset_Order.thy
Changeset 74866:a8927420a48b by desharna:
merged
Changeset 74865:b5031a8f7718 by desharna:
added lemmas irreflp_{less,greater} to preorder and {trans,irrefl}_mult{,p} to Multiset
The file was modified src/HOL/Library/Multiset.thy
The file was modified src/HOL/Relation.thy
Changeset 74864:c256bba593f3 by desharna:
redefined less_multiset to be based on multp
The file was modified NEWS
The file was modified src/HOL/Library/Multiset.thy
The file was modified src/HOL/Library/Multiset_Order.thy
Changeset 74863:691131ce4641 by desharna:
added lemmas multp_code_eq_multp and multeqp_code_eq_reflclp_multp
The file was modified src/HOL/Library/Multiset.thy
Changeset 74862:aa51e974b688 by desharna:
added lemmas multp_cancel, multp_cancel_add_mset, and multp_cancel_max
The file was modified src/HOL/Library/Multiset.thy
Changeset 74861:74ac414618e2 by desharna:
added lemmas multp_implies_one_step, one_step_implies_multp, and subset_implies_multp
The file was modified src/HOL/Library/Multiset.thy
Changeset 74860:3e55e47a37e7 by desharna:
added lemma wfP_multp
The file was modified src/HOL/Library/Multiset.thy
Changeset 74859:250ab1334309 by desharna:
added lemma mono_multp
The file was modified NEWS
The file was modified src/HOL/Library/Multiset.thy
Changeset 74858:c5059f9fbfba by desharna:
added Multiset.multp as predicate equivalent of Multiset.mult
The file was modified NEWS
The file was modified src/HOL/Library/Multiset.thy
Changeset 74857:25e9e7088561 by wenzelm:
address problems with launch4j and jdk-17 (see also 41d009462d3c);
The file was modified Admin/Release/CHECKLIST
The file was modified src/Pure/Admin/build_release.scala
The file was modified src/Pure/Admin/isabelle_devel.scala
Changeset 74856:ae7912a42b9d by wenzelm:
more robust build on midrange hardware;
The file was modified src/Pure/Admin/build_release.scala
Changeset 74855:a5eb407ec867 by wenzelm:
clarified tests: omit somewhat pointless (unstable) results;
The file was modified src/Pure/Admin/isabelle_cronjob.scala
Changeset 74854:014141670774 by wenzelm:
proper fields for gnuplot (amending b614e3e4146a);
The file was modified src/Pure/Admin/build_status.scala
Changeset 74853:7420a7ac1a4c by wenzelm:
tuned output;
The file was modified src/Pure/ML/ml_statistics.scala
Changeset 74852:204273f3a30e by wenzelm:
tuned;
The file was modified src/Pure/Admin/build_status.scala
The file was modified src/Pure/ML/ml_statistics.scala
Changeset 74851:5280c02f29dc by wenzelm:
merged
Changeset 74850:c5ce1e2f26ab by wenzelm:
more robust build on midrange hardware (despite 67d6f1708ea4);
The file was modified src/Pure/Admin/build_release.scala
Changeset 74849:a763f94c2c32 by wenzelm:
Added tag Isabelle2021-1-RC4 for changeset 2336356d4180
The file was modified .hgtags
Changeset 74848:2336356d4180 by wenzelm:
updated to polyml-5.9;
The file was modified Admin/components/components.sha1
The file was modified Admin/components/main
The file was modified Admin/polyml/README
Changeset 74847:743b114bdb41 by wenzelm:
NEWS on "isabelle mirabelle";
The file was modified NEWS
Changeset 74846:8fe987615ffe by wenzelm:
tuned;
The file was modified NEWS
Changeset 74845:91ee232b4211 by wenzelm:
clarified default for kodkod_scala;<br>NEWS for proper release;
The file was modified NEWS
The file was modified src/HOL/Tools/etc/options
The file was modified src/Pure/Tools/build.scala
Changeset 74844:90242c744a1a by wenzelm:
maintain option kodkod_scala within theory context, to allow local modification;
The file was modified NEWS
The file was modified src/HOL/Nitpick_Examples/Tests_Nits.thy
The file was modified src/HOL/Nitpick_Examples/minipick.ML
The file was modified src/HOL/Tools/Nitpick/kodkod.ML
The file was modified src/HOL/Tools/Nitpick/nitpick.ML
The file was modified src/HOL/Tools/Nitpick/nitpick_tests.ML
Changeset 74843:ace8be1881e1 by wenzelm:
NEWS for proper release;
The file was modified NEWS
Changeset 74842:29672359a371 by wenzelm:
updated to flatlaf-1.6.4;
The file was modified Admin/components/components.sha1
The file was modified Admin/components/main
Changeset 74841:9ad3fa47c83e by wenzelm:
avoid broken links: auxiliary files are not yet supported;
The file was modified src/Pure/Thy/presentation.scala
Changeset 74840:4faf0ec33cbf by wenzelm:
option document_comment_latex supports e.g. Dagstuhl LIPIcs;
The file was modified NEWS
The file was modified etc/options
The file was modified src/Pure/Thy/document_build.scala
The file was modified src/Pure/Thy/latex.scala
Changeset 74839:3bf746911da1 by wenzelm:
more explicit type Latex.Tags;<br>generate isabelletags.sty from Isabelle/Scala, including comment.sty setup;
The file was modified lib/texinputs/isabelle.sty
The file was modified src/Pure/Thy/document_build.scala
The file was modified src/Pure/Thy/latex.scala
Changeset 74838:4c8d9479f916 by wenzelm:
more uniform treatment of optional_argument for Latex elements;<br>discontinued somewhat pointless element position in Isabelle/Scala: semantic add-ons are better provided in Isabelle/ML;<br>clarified signature of class Latex: overridable unknown_elem allows to extend the markup language;
The file was modified src/Pure/Thy/document_output.ML
The file was modified src/Pure/Thy/latex.scala
The file was modified src/Pure/ex/Alternative_Headings.thy
The file was modified src/Pure/pure_syn.ML
Changeset 74837:f0e0fc82b0b9 by wenzelm:
removed pointless &#039;text_cartouche&#039; command: regular &#039;text&#039; already supports cartouches;
The file was modified src/HOL/ex/Cartouche_Examples.thy
Changeset 74836:a97ec0954c50 by wenzelm:
example: alternative document headings, based on more general document output markup;
The file was addedsrc/Pure/ex/Alternative_Headings.thy
The file was addedsrc/Pure/ex/Alternative_Headings_Examples.thy
The file was addedsrc/Pure/ex/document/root.tex
The file was modified src/Pure/PIDE/markup.ML
The file was modified src/Pure/PIDE/markup.scala
The file was modified src/Pure/ROOT
The file was modified src/Pure/Thy/latex.scala
Changeset 74835:26c3a9c92e11 by wenzelm:
more general document output: enclosing markup is defined in user-space;
The file was modified src/Pure/Thy/document_output.ML
The file was modified src/Pure/pure_syn.ML
Changeset 74834:8d7d082c1649 by wenzelm:
clarified modules (see c299abcf7081);
The file was modified src/HOL/ex/Cartouche_Examples.thy
Changeset 74833:fe9e590ae52f by wenzelm:
output for document commands like &#039;section&#039;, &#039;text&#039; is defined in user-space, as part of the command transaction;
The file was modified src/Pure/Isar/token.ML
The file was modified src/Pure/Isar/toplevel.ML
The file was modified src/Pure/Thy/document_output.ML
Changeset 74832:c299abcf7081 by wenzelm:
clarified modules;
The file was modified src/Pure/Thy/document_output.ML
The file was modified src/Pure/pure_syn.ML
Changeset 74831:32490add64b4 by wenzelm:
tuned signature: more explicit types for presentation;
The file was modified src/Pure/Isar/toplevel.ML
The file was modified src/Pure/pure_syn.ML
Changeset 74830:40bb5f41e06c by wenzelm:
more robust support for Windows line-endings;
The file was modified src/Pure/Tools/scala_project.scala
Changeset 74829:f31229171b3b by wenzelm:
source positions for document markup commands, e.g. to retrieve PIDE markup in presentation;
The file was modified src/Pure/PIDE/markup.scala
The file was modified src/Pure/Thy/document_output.ML
The file was modified src/Pure/Thy/latex.scala
Changeset 74828:46c7fafbea3d by wenzelm:
more compact data during presentation: Entity_Context.Theory_Export instead of full Export_Theory.Theory;
The file was modified src/Pure/Thy/export_theory.scala
The file was modified src/Pure/Thy/presentation.scala
The file was modified src/Pure/Tools/build.scala
Changeset 74827:c1b5d6e6ff74 by wenzelm:
clarified system option standard values: avoid oddities like &quot;isabelle build -o document_output&quot; producing directories named &quot;true&quot;;
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/System/options.scala
The file was modified src/Pure/Tools/build.scala
Changeset 74826:0e4d8aa61ad7 by wenzelm:
more symbolic latex_output via XML (using YXML within text);
The file was modified src/Pure/PIDE/markup.ML
The file was modified src/Pure/PIDE/markup.scala
The file was modified src/Pure/Thy/document_output.ML
The file was modified src/Pure/Thy/latex.ML
The file was modified src/Pure/Thy/latex.scala
Changeset 74825:9bea6244c35a by wenzelm:
proper enclose_name (amending e77c5bfca9aa);
The file was modified src/Pure/Thy/latex.ML
Changeset 74824:6424f74fd9d4 by wenzelm:
Latex.Output.latex_heading depends on option document_heading_prefix, e.g. relevant for Dagstuhl LIPIcs which prefers unaliased \section etc.;
The file was modified NEWS
The file was modified etc/options
The file was modified src/Pure/Thy/document_build.scala
The file was modified src/Pure/Thy/latex.scala
Changeset 74823:d6ce4ce20422 by wenzelm:
more symbolic latex_output via XML;
The file was modified src/Pure/PIDE/markup.ML
The file was modified src/Pure/PIDE/markup.scala
The file was modified src/Pure/Thy/document_output.ML
The file was modified src/Pure/Thy/latex.scala
Changeset 74822:a1fa82431576 by wenzelm:
clarified hook for Mirabelle (again): cover all &#039;theories&#039; sections within ROOT (see also 9ead8d9be3ab);
The file was modified src/Pure/Tools/build.ML
Changeset 74821:5f73bc0b9e5e by wenzelm:
tuned;
The file was modified NEWS
Changeset 74820:98b3c7ab8c0f by wenzelm:
tuned;
The file was modified NEWS
Changeset 74819:ed3adabf0dbe by wenzelm:
updated to verit-2021.06.2-rmx;
The file was modified Admin/components/components.sha1
The file was modified Admin/components/main
The file was modified src/Pure/Admin/build_verit.scala
Changeset 74818:3064e165c660 by wenzelm:
clarified HTML_Context.theory_exports: prefer value-oriented parallelism;
The file was modified src/Pure/Thy/presentation.scala
The file was modified src/Pure/Tools/build.scala
Changeset 74817:1fd8705503b4 by fleury _mathias.fleury@mpi-inf.mpg.de_:
generate problems with correct logic for veriT
The file was modified src/HOL/Library/Tools/smt_word.ML
The file was modified src/HOL/Tools/SMT/cvc4_interface.ML
The file was modified src/HOL/Tools/SMT/smt_config.ML
The file was modified src/HOL/Tools/SMT/smt_real.ML
The file was modified src/HOL/Tools/SMT/smt_solver.ML
The file was modified src/HOL/Tools/SMT/smt_systems.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/verit_proof.ML
The file was modified src/HOL/Tools/SMT/z3_interface.ML
Changeset 74816:1e7bb95c75e7 by wenzelm:
more parallelism, at the cost of potential duplicates of make_thy;
The file was modified src/Pure/Thy/presentation.scala
Changeset 74815:cfc15da73a78 by wenzelm:
afford more parallelism for sessions (instead of theories in 5eac4b13d1f1): depend on disjoint data areas (notably base.session_theories in 2ad892ac749a);
The file was modified src/Pure/Tools/build.scala
Changeset 74814:79fa9f2d02fa by wenzelm:
more interrupts;
The file was modified src/Pure/Admin/build_doc.scala
Changeset 74813:2ad892ac749a by wenzelm:
present only selected session theories (as in Isabelle2021), in contrast to 2bc24136bdeb, eb89b3a37826;<br>eliminated implicit state: these theories are globally unique;
The file was modified src/Pure/Thy/presentation.scala
The file was modified src/Pure/Tools/build.scala
Changeset 74812:4543fb2b5ef2 by wenzelm:
tuned;
The file was modified src/Pure/Thy/sessions.scala
Changeset 74811:1f40ded31b78 by wenzelm:
clarified modules;
The file was modified src/Pure/General/file.scala
The file was modified src/Pure/Thy/document_build.scala
Changeset 74810:d540c36cd0d2 by wenzelm:
tuned (see also e0d1d9203275);
The file was modified src/Pure/Thy/sessions.scala
Changeset 74809:48fda7ee1973 by wenzelm:
clarified signature;
The file was modified src/Pure/Thy/document_build.scala
The file was modified src/Pure/Thy/presentation.scala
The file was modified src/Pure/Thy/sessions.scala
Changeset 74808:23dc565cd4b2 by wenzelm:
tuned;
The file was modified src/Pure/Tools/build.scala
Changeset 74807:d1d3d4439ac2 by wenzelm:
spelling;
The file was modified NEWS

Summary

  1. feat(Auto2_HOL) fix setup such that auto2 can be used by other object logics and multiple times
  2. Tuned: use a star in witness.
  3. merge from afp-2021-1
  4. adjust for new tags in Isabelle2021-1-RC4
  5. fix dangerous context management
  6. In the definition of regular pair, switched from strict to non-strict
  7. Rename H to S in maximal_exactly_one.
  8. Get rid of the sat abbreviation.
  9. Add missing spaces in semantics_tm.
  10. No space in front of object-logic forall.
  11. Non-conflicting name for boolean denotation.
  12. Simpler Hintikka definition.
  13. Add syntactic abbreviation for constants.
  14. fixed lemma following Isabelle/c256bba593f3
  15. fix dangerous context management
Changeset 12264:5a8b07a912c1 by kevin kappelmann _kevin.kappelmann@tum.de_:
feat(Auto2_HOL) fix setup such that auto2 can be used by other object logics and multiple times
The file was addedthys/Auto2_HOL/Auto2_Setup.thy
The file was addedthys/Auto2_HOL/HOL/Auto2_HOL_Extra_Setup.thy
The file was addedthys/Auto2_HOL/HOL/Auto2_HOL_Setup.thy
The file was addedthys/Auto2_HOL/HOL/auto2_hol_extra_setup.ML
The file was addedthys/Auto2_HOL/HOL/auto2_hol_util_base.ML
The file was addedthys/Auto2_HOL/auto2_setup.ML
The file was modified thys/Auto2_HOL/HOL/Lists_Thms.thy
The file was modified thys/Auto2_HOL/HOL/Logic_Thms.thy
The file was modified thys/Auto2_HOL/HOL/Primes_Ex.thy
The file was modified thys/Auto2_HOL/HOL/Set_Thms.thy
The file was modified thys/Auto2_HOL/HOL/ac_steps.ML
The file was modified thys/Auto2_HOL/HOL/acdata.ML
The file was modified thys/Auto2_HOL/HOL/acdata_test.ML
The file was modified thys/Auto2_HOL/HOL/arith.ML
The file was modified thys/Auto2_HOL/HOL/extra_hol.ML
The file was modified thys/Auto2_HOL/HOL/induct_outer.ML
The file was modified thys/Auto2_HOL/HOL/list_ac.ML
The file was modified thys/Auto2_HOL/HOL/logic_steps_test.ML
The file was modified thys/Auto2_HOL/HOL/matcher_test.ML
The file was modified thys/Auto2_HOL/HOL/nat_sub.ML
The file was modified thys/Auto2_HOL/HOL/nat_sub_test.ML
The file was modified thys/Auto2_HOL/HOL/normalize_test.ML
The file was modified thys/Auto2_HOL/HOL/order.ML
The file was modified thys/Auto2_HOL/HOL/order_test.ML
The file was modified thys/Auto2_HOL/HOL/rewrite_test.ML
The file was modified thys/Auto2_HOL/HOL/unfolding.ML
The file was modified thys/Auto2_HOL/HOL/util_arith.ML
The file was modified thys/Auto2_HOL/HOL/util_test.ML
The file was modified thys/Auto2_HOL/ROOT
The file was modified thys/Auto2_HOL/auto2.ML
The file was modified thys/Auto2_HOL/auto2_data.ML
The file was modified thys/Auto2_HOL/auto2_outer.ML
The file was modified thys/Auto2_HOL/items.ML
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/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/propertydata.ML
The file was modified thys/Auto2_HOL/rewrite.ML
The file was modified thys/Auto2_HOL/status.ML
The file was modified thys/Auto2_HOL/util_logic.ML
The file was modified thys/Auto2_HOL/wfdata.ML
The file was modified thys/Auto2_HOL/wfterm.ML
The file was modified thys/Auto2_Imperative_HOL/Imperative/SepAuto.thy
The file was modified thys/Auto2_Imperative_HOL/Imperative/assn_matcher.ML
The file was modified thys/Auto2_Imperative_HOL/Imperative/list_matcher_test.ML
The file was modified thys/Auto2_Imperative_HOL/Imperative/sep_steps.ML
The file was modified thys/Auto2_Imperative_HOL/Imperative/sep_util.ML
The file was removedthys/Auto2_HOL/HOL/Auto2_HOL.thy
The file was removedthys/Auto2_HOL/HOL/auto2_hol.ML
Changeset 12263:a2b90cb55ad1 by asta halkjær from _andro.from@gmail.com_:
Tuned: use a star in witness.
The file was modified thys/FOL_Axiomatic/FOL_Axiomatic.thy
Changeset 12262:8dfc109e1ef5 by gerwin klein _kleing@unsw.edu.au_:
merge from afp-2021-1
Changeset 12261:001657f3e9b5 by gerwin klein _kleing@unsw.edu.au_:
adjust for new tags in Isabelle2021-1-RC4
The file was modified thys/CZH_Elementary_Categories/document/style.sty
The file was modified thys/CZH_Foundations/document/style.sty
The file was modified thys/CZH_Universal_Constructions/document/style.sty
The file was modified thys/Types_To_Sets_Extension/document/style.sty
Changeset 12260:4cabc8dd3298 by simon wimmer _wimmers@in.tum.de_:
fix dangerous context management
The file was modified thys/Refine_Imperative_HOL/Sepref_Frame.thy
The file was modified thys/Refine_Imperative_HOL/Sepref_Monadify.thy
Changeset 12259:3232fddb53c7 by paulson _lp15@cam.ac.uk_:
In the definition of regular pair, switched from strict to non-strict
The file was modified thys/Szemeredi_Regularity/Szemeredi.thy
Changeset 12258:068616f9fbde by asta halkjær from _andro.from@gmail.com_:
Rename H to S in maximal_exactly_one.
The file was modified thys/FOL_Axiomatic/FOL_Axiomatic.thy
Changeset 12257:ad7234dfa6b4 by asta halkjær from _andro.from@gmail.com_:
Get rid of the sat abbreviation.
The file was modified thys/FOL_Axiomatic/FOL_Axiomatic.thy
Changeset 12256:2f55c21c3d3d by asta halkjær from _andro.from@gmail.com_:
Add missing spaces in semantics_tm.
The file was modified thys/FOL_Axiomatic/FOL_Axiomatic.thy
Changeset 12255:9c5a5af856b8 by asta halkjær from _andro.from@gmail.com_:
No space in front of object-logic forall.
The file was modified thys/FOL_Axiomatic/FOL_Axiomatic.thy
Changeset 12254:5dcf43ecbb6d by asta halkjær from _andro.from@gmail.com_:
Non-conflicting name for boolean denotation.
The file was modified thys/FOL_Axiomatic/FOL_Axiomatic.thy
Changeset 12253:bd0387cbded7 by asta halkjær from _andro.from@gmail.com_:
Simpler Hintikka definition.
The file was modified thys/FOL_Axiomatic/FOL_Axiomatic.thy
Changeset 12252:7ed432999588 by asta halkjær from _andro.from@gmail.com_:
Add syntactic abbreviation for constants.
The file was modified thys/FOL_Axiomatic/FOL_Axiomatic.thy
Changeset 12251:c6cf7b096b98 by desharna:
fixed lemma following Isabelle/c256bba593f3
The file was modified thys/Saturation_Framework_Extensions/Standard_Redundancy_Criterion.thy
Changeset 12250:f8f7720a7451 by simon wimmer _wimmers@in.tum.de_:
fix dangerous context management
The file was modified thys/Refine_Imperative_HOL/Sepref_Frame.thy
The file was modified thys/Refine_Imperative_HOL/Sepref_Monadify.thy