Skip to content
Aborted

Changes

Summary

  1. cover all possible kinds, notably for references outside of this theory (amending 129fb11b357f);
  2. proper foundational order;
  3. back to non-strict Export_Theory.read_theory (without warning): theories could have been skipped due to "condition";
  4. use all entity kinds from theory export, e.g. "method", "attribute";
  5. clarified signature;
  6. clarified physical_ref;
  7. proper treatment of session build hierarchy;
  8. proper used_theories for session build hierarchy, not known_theories from imported sessions;
  9. present theories from imported sessions as required;
  10. avoid multiple copies of fonts; proper fonts prefix for aux. files;
  11. more compact persistent data;
  12. tuned;
  13. proper term_cache;
  14. prefer "NAME|KIND" format, as already used in Isabelle/MMT and Isabelle/Dedukti;
  15. tuned;
  16. observer proper session hierarchy (according to build_graph): thus exported artifacts are always valid;
  17. tuned;
  18. clarified order: prefer bottom-up construction of partial content;
  19. more thorough update_global_index: overwrite old content;
  20. tuned;
  21. tuned;
  22. clarified HTML_Context: just one context type;
  23. unused (see also 217e6cf61453, 5e7916535860);
  24. merged
  25. clarified Theory_Cache: prefer immutable data with Synchronized variable; clarified Export_Theory.Theory vs. Entity tables; entity_ref: proper treatment of entity kind;
  26. tuned signature;
  27. unused;
  28. proper support of verit's return code for timeout
  29. tuned whitespace;
  30. updated to verit-2021.06.1-rmx, to address "Abnormal termination with exit code 14";
  31. clarified signature;
  32. prefer official Export.explode_name; avoid string interpolation: Isabelle/Scala is closer to Isabelle/ML than Python/Perl;
  33. tuned;
  34. avoid conflict with future keyword;
  35. tuned messages;
  36. clarified signature: more direct XML.symbol_length;
  37. more direct Symbol.length: Symbol.decode is redundant, symbol counts are invariant under it;
  38. tuned -- eliminate clones stemming from d28a51dd9da6;
  39. more to ANNOUNCE;
  40. clarified link style: similar to Isabelle/jEdit;
  41. tuned;
  42. improved HTML presentation by Fabian Huch;
  43. proper HTTPS;
  44. proper markup type (amending be49c660ebbf);
  45. merged;
  46. more PIDE markup;
  47. tuned signature;
  48. more PIDE markup;
  49. recover library_index_content.template from c337c798f64c: required for website/build/main;
  50. merged
  51. simplified some ugly proofs
  52. more generous timeout: support build on Raspberry Pi;
  53. add documentation for pred_mono
  54. merged
  55. added "mono" attribute to BNF generated pred_mono theorems
  56. merged
  57. do not declare $let-bound variables in TPTP output
  58. IDE build actually works (but somewhat pointless);
  59. suppress sources from jEdit/test, which prevent regular build of the generated scala_project;
  60. removed junk;
  61. improve pagebreaks by *not* using supertabular too much;
  62. updated to scala-2.13.7 --- problems with jline disappear after purging $HOME/.inputrc;
  63. more robust "isabelle scala_project": Gradle has been replaced by Maven;
  64. tuned;
  65. support linux_arm as well, e.g. native Docker on Apple Silicon;
  66. update paths at TUM;
  67. Added tag Isabelle2021-1-RC1 for changeset 81cc8f2ea9e7
  68. updated for release;
  69. some reordering for release;
  70. updated to jdk-17.0.1+12;
  71. tuned message;
  72. clarified antiquotations;
  73. tuned;
  74. minor performance tuning;
  75. more robust;
  76. provide native executables for arm64-darwin, for more robust startup without Rosetta 2;
  77. tuned proofs -- avoid z3, which is unavailable on arm64-linux;
  78. prefer "sat_solver = MiniSat", to make examples work uniformly on all platforms;
  79. discontinued pointless check of kodkodi_version, it is implicit in the bundled component;
Changeset 74718:925b46043b84 by wenzelm:
cover all possible kinds, notably for references outside of this theory (amending 129fb11b357f);
The file was modified src/Pure/Thy/presentation.scala
Changeset 74717:baed95c97505 by wenzelm:
proper foundational order;
The file was modified src/Pure/Thy/presentation.scala
Changeset 74716:056de3681cb9 by wenzelm:
back to non-strict Export_Theory.read_theory (without warning): theories could have been skipped due to "condition";
The file was modified src/Pure/Thy/presentation.scala
Changeset 74715:129fb11b357f by wenzelm:
use all entity kinds from theory export, e.g. "method", "attribute";
The file was modified src/Pure/Thy/presentation.scala
The file was modified src/Pure/Tools/build.scala
Changeset 74714:135787601438 by wenzelm:
clarified signature;
The file was modified src/Pure/General/position.scala
The file was modified src/Pure/Thy/presentation.scala
Changeset 74713:0d8b5612a0a6 by wenzelm:
clarified physical_ref;
The file was modified src/Pure/Thy/presentation.scala
Changeset 74712:bcca7e3bcd0d by wenzelm:
proper treatment of session build hierarchy;
The file was modified src/Pure/Thy/presentation.scala
The file was modified src/Pure/Tools/build_job.scala
The file was modified src/Pure/Tools/profiling_report.scala
Changeset 74711:eb89b3a37826 by wenzelm:
proper used_theories for session build hierarchy, not known_theories from imported sessions;
The file was modified src/Pure/Thy/presentation.scala
Changeset 74710:2057c02d7795 by wenzelm:
present theories from imported sessions as required;
The file was modified src/Pure/Thy/presentation.scala
Changeset 74709:d73a7e3c618c by wenzelm:
avoid multiple copies of fonts;<br>proper fonts prefix for aux. files;
The file was modified src/Pure/Thy/html.scala
The file was modified src/Pure/Thy/presentation.scala
The file was modified src/Pure/Tools/build.scala
The file was modified src/Tools/jEdit/src/document_model.scala
Changeset 74708:b2df121ccfc1 by wenzelm:
more compact persistent data;
The file was modified src/Pure/Thy/export_theory.scala
The file was modified src/Pure/Thy/presentation.scala
Changeset 74707:a44d14207050 by wenzelm:
tuned;
The file was modified src/Pure/Thy/presentation.scala
Changeset 74706:84e8595a0ec7 by wenzelm:
proper term_cache;
The file was modified src/Pure/Thy/presentation.scala
Changeset 74705:909afe2361b1 by wenzelm:
prefer &quot;NAME|KIND&quot; format, as already used in Isabelle/MMT and Isabelle/Dedukti;
The file was modified src/Pure/Thy/presentation.scala
Changeset 74704:dff89ef81c21 by wenzelm:
tuned;
The file was modified src/Pure/Thy/presentation.scala
Changeset 74703:9d7f95c43584 by wenzelm:
observer proper session hierarchy (according to build_graph): thus exported artifacts are always valid;
The file was modified src/Pure/Thy/presentation.scala
Changeset 74702:531bb10a288c by wenzelm:
tuned;
The file was modified src/Pure/Thy/presentation.scala
Changeset 74701:2bc24136bdeb by wenzelm:
clarified order: prefer bottom-up construction of partial content;
The file was modified src/Pure/Tools/build.scala
Changeset 74700:decf8b66e2fb by wenzelm:
more thorough update_global_index: overwrite old content;
The file was modified src/Pure/Thy/presentation.scala
The file was modified src/Pure/Tools/build.scala
Changeset 74699:3c776254cd95 by wenzelm:
tuned;
The file was modified src/Pure/Thy/presentation.scala
Changeset 74698:ff1e49e07076 by wenzelm:
tuned;
The file was modified src/Pure/Tools/build.scala
Changeset 74697:c492c8efcab4 by wenzelm:
clarified HTML_Context: just one context type;
The file was modified src/Pure/Thy/presentation.scala
The file was modified src/Pure/Tools/build.scala
Changeset 74696:0554a5c4c191 by wenzelm:
unused (see also 217e6cf61453, 5e7916535860);
The file was modified src/Pure/PIDE/resources.ML
The file was modified src/Pure/PIDE/resources.scala
The file was modified src/Pure/Thy/sessions.scala
Changeset 74695:423e802feca1 by wenzelm:
merged
Changeset 74694:2d9d92116fac by wenzelm:
clarified Theory_Cache: prefer immutable data with Synchronized variable;<br>clarified Export_Theory.Theory vs. Entity tables;<br>entity_ref: proper treatment of entity kind;
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 74693:f7525f5c84b6 by wenzelm:
tuned signature;
The file was modified src/Pure/Thy/presentation.scala
Changeset 74692:80ae353b798e by wenzelm:
unused;
The file was modified src/Pure/General/position.scala
Changeset 74691:634e2323b6cf by mathias fleury _mathias.fleury@mpi-inf.mpg.de_:
proper support of verit&#039;s return code for timeout
The file was modified src/HOL/Tools/SMT/smt_solver.ML
The file was modified src/HOL/Tools/SMT/smt_systems.ML
Changeset 74690:55a4b319b2b9 by wenzelm:
tuned whitespace;
The file was modified src/HOL/Metis_Examples/Big_O.thy
Changeset 74689:23a97a547a9e by wenzelm:
updated to verit-2021.06.1-rmx, to address &quot;Abnormal termination with exit code 14&quot;;
The file was modified Admin/components/components.sha1
The file was modified Admin/components/main
Changeset 74688:7e31f7022c7b by wenzelm:
clarified signature;
The file was modified src/Pure/Thy/export_theory.scala
The file was modified src/Pure/Thy/presentation.scala
Changeset 74687:4a45dfee3402 by wenzelm:
prefer official Export.explode_name;<br>avoid string interpolation: Isabelle/Scala is closer to Isabelle/ML than Python/Perl;
The file was modified src/HOL/Tools/Mirabelle/mirabelle.scala
Changeset 74686:42f358ea8dee by wenzelm:
tuned;
The file was modified src/Pure/Thy/export.scala
Changeset 74685:0ab5e35ac964 by wenzelm:
avoid conflict with future keyword;
The file was modified src/HOL/Tools/Mirabelle/mirabelle.scala
The file was modified src/Pure/PIDE/session.scala
The file was modified src/Pure/Tools/build_job.scala
Changeset 74684:df1b9f63b2be by wenzelm:
tuned messages;
The file was modified src/Pure/Thy/presentation.scala
Changeset 74683:c8327efc7af1 by wenzelm:
clarified signature: more direct XML.symbol_length;
The file was modified src/Pure/PIDE/xml.scala
The file was modified src/Pure/Thy/presentation.scala
Changeset 74682:ce4adcc85f6c by wenzelm:
more direct Symbol.length: Symbol.decode is redundant, symbol counts are invariant under it;
The file was modified src/Pure/Thy/presentation.scala
Changeset 74681:84e5b4339db6 by wenzelm:
tuned -- eliminate clones stemming from d28a51dd9da6;
The file was modified src/Pure/Thy/export_theory.scala
Changeset 74680:b80a8d7db99d by wenzelm:
more to ANNOUNCE;
The file was modified ANNOUNCE
Changeset 74679:0efa6a8b6e20 by wenzelm:
clarified link style: similar to Isabelle/jEdit;
The file was modified etc/isabelle.css
The file was modified src/Pure/Thy/html.scala
The file was modified src/Pure/Thy/presentation.scala
Changeset 74678:e04806c89b10 by wenzelm:
tuned;
The file was modified src/Pure/Thy/presentation.scala
Changeset 74677:0d30ea76756c by wenzelm:
improved HTML presentation by Fabian Huch;
The file was modified CONTRIBUTORS
The file was modified NEWS
The file was modified src/Pure/Thy/presentation.scala
The file was modified src/Pure/Tools/build.scala
Changeset 74676:d37b204e1f89 by wenzelm:
proper HTTPS;
The file was modified lib/html/library_index_content.template
The file was modified src/Pure/Thy/presentation.scala
Changeset 74675:76dd79530650 by wenzelm:
proper markup type (amending be49c660ebbf);
The file was modified src/Pure/General/position.scala
Changeset 74674:376571db0eda by wenzelm:
merged;
Changeset 74673:eae5fa0055bd by wenzelm:
more PIDE markup;
The file was modified src/Pure/PIDE/command.ML
The file was modified src/Pure/PIDE/markup.ML
The file was modified src/Pure/PIDE/markup.scala
Changeset 74672:1a8fd26fedb6 by wenzelm:
tuned signature;
The file was modified src/Pure/Isar/toplevel.ML
Changeset 74671:df12779c3ce8 by wenzelm:
more PIDE markup;
The file was modified src/HOL/SPARK/Tools/spark.scala
The file was modified src/Pure/Isar/keyword.ML
The file was modified src/Pure/PIDE/command_span.scala
The file was modified src/Pure/PIDE/markup.ML
The file was modified src/Pure/PIDE/protocol.ML
The file was modified src/Pure/PIDE/resources.ML
The file was modified src/Pure/PIDE/resources.scala
The file was modified src/Pure/Thy/thy_header.ML
Changeset 74670:b2604cd4d131 by wenzelm:
recover library_index_content.template from c337c798f64c: required for website/build/main;
The file was addedlib/html/library_index_content.template
The file was modified src/Pure/Thy/presentation.scala
Changeset 74669:74f044c3e590 by paulson:
merged
Changeset 74668:2d9d02beaf96 by paulson _lp15@cam.ac.uk_:
simplified some ugly proofs
The file was modified src/HOL/Topological_Spaces.thy
Changeset 74667:0b3dc8c5fb32 by wenzelm:
more generous timeout: support build on Raspberry Pi;
The file was modified src/HOL/Analysis/ex/Metric_Arith_Examples.thy
Changeset 74666:432b3605933d by traytel:
add documentation for pred_mono
The file was modified src/Doc/Datatypes/Datatypes.thy
Changeset 74665:d4a812e4f041 by desharna:
merged
Changeset 74664:d4ef127b74df by desharna:
added &quot;mono&quot; attribute to BNF generated pred_mono theorems
The file was modified src/HOL/Tools/BNF/bnf_def.ML
Changeset 74663:b74dfca75e84 by desharna:
merged
Changeset 74662:44585660f39a by desharna:
do not declare $let-bound variables in TPTP output
The file was modified src/HOL/Tools/ATP/atp_problem_generate.ML
Changeset 74661:591303cc04c2 by wenzelm:
IDE build actually works (but somewhat pointless);
The file was modified src/Doc/System/Scala.thy
Changeset 74660:a755733c1eb5 by wenzelm:
suppress sources from jEdit/test, which prevent regular build of the generated scala_project;
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 74659:f1c53e78d0f0 by wenzelm:
removed junk;
The file was modified src/Pure/Tools/scala_project.scala
Changeset 74658:4c508826fee8 by wenzelm:
improve pagebreaks by *not* using supertabular too much;
The file was modified src/Doc/Main/Main_Doc.thy
Changeset 74657:9fcf80ceb863 by wenzelm:
updated to scala-2.13.7 --- problems with jline disappear after purging $HOME/.inputrc;
The file was modified Admin/components/components.sha1
The file was modified Admin/components/main
The file was modified src/HOL/Tools/Mirabelle/mirabelle.scala
The file was modified src/Pure/PIDE/session.scala
The file was modified src/Pure/Thy/export_theory.scala
The file was modified src/Pure/Thy/html.scala
The file was modified src/Pure/Tools/build_job.scala
Changeset 74656:0659536b150b by wenzelm:
more robust &quot;isabelle scala_project&quot;: Gradle has been replaced by Maven;
The file was modified NEWS
The file was modified src/Doc/System/Scala.thy
The file was modified src/Pure/Tools/scala_project.scala
Changeset 74655:cd674ebf6cac by wenzelm:
tuned;
The file was modified NEWS
Changeset 74654:b67d1d72516b by wenzelm:
support linux_arm as well, e.g. native Docker on Apple Silicon;
The file was modified src/Pure/Tools/build_docker.scala
Changeset 74653:cfe295b2e6e5 by wenzelm:
update paths at TUM;
The file was modified Admin/Release/CHECKLIST
Changeset 74652:72d2ef5ee128 by wenzelm:
Added tag Isabelle2021-1-RC1 for changeset 81cc8f2ea9e7
The file was modified .hgtags
Changeset 74651:81cc8f2ea9e7 by wenzelm:
updated for release;
The file was modified ANNOUNCE
The file was modified NEWS
Changeset 74650:e911be103066 by wenzelm:
some reordering for release;
The file was modified NEWS
Changeset 74649:b04a820c345e by wenzelm:
updated to jdk-17.0.1+12;
The file was modified Admin/components/components.sha1
The file was modified Admin/components/main
Changeset 74648:d1117655110c by wenzelm:
tuned message;
The file was modified src/HOL/Tools/Argo/argo_tactic.ML
Changeset 74647:b31683a544cf by wenzelm:
clarified antiquotations;
The file was modified src/HOL/Tools/Argo/argo_tactic.ML
Changeset 74646:546444db8173 by wenzelm:
tuned;
The file was modified src/HOL/Tools/Argo/argo_tactic.ML
Changeset 74645:30eba7f9a8e9 by wenzelm:
minor performance tuning;
The file was modified src/Pure/thm.ML
Changeset 74644:549019b4a808 by wenzelm:
more robust;
The file was modified lib/Tools/getenv
Changeset 74643:fde3a4a4f757 by wenzelm:
provide native executables for arm64-darwin, for more robust startup without Rosetta 2;
The file was modified Admin/components/components.sha1
The file was modified Admin/components/main
Changeset 74642:8af77cb50c6d by wenzelm:
tuned proofs -- avoid z3, which is unavailable on arm64-linux;
The file was modified src/HOL/Analysis/Infinite_Set_Sum.thy
The file was modified src/HOL/Analysis/Infinite_Sum.thy
Changeset 74641:6f801e1073fa by wenzelm:
prefer &quot;sat_solver = MiniSat&quot;, to make examples work uniformly on all platforms;
The file was modified src/HOL/Mutabelle/MutabelleExtra.thy
The file was modified src/HOL/Nitpick_Examples/Core_Nits.thy
The file was modified src/HOL/Nitpick_Examples/Datatype_Nits.thy
The file was modified src/HOL/Nitpick_Examples/Hotel_Nits.thy
The file was modified src/HOL/Nitpick_Examples/Induct_Nits.thy
The file was modified src/HOL/Nitpick_Examples/Integer_Nits.thy
The file was modified src/HOL/Nitpick_Examples/Manual_Nits.thy
The file was modified src/HOL/Nitpick_Examples/Mini_Nits.thy
The file was modified src/HOL/Nitpick_Examples/Pattern_Nits.thy
The file was modified src/HOL/Nitpick_Examples/Record_Nits.thy
The file was modified src/HOL/Nitpick_Examples/Refute_Nits.thy
The file was modified src/HOL/Nitpick_Examples/Special_Nits.thy
The file was modified src/HOL/Nitpick_Examples/Typedef_Nits.thy
Changeset 74640:85d8d9eeb4e1 by wenzelm:
discontinued pointless check of kodkodi_version, it is implicit in the bundled component;
The file was modified src/HOL/Tools/Nitpick/kodkod.ML
The file was modified src/HOL/Tools/Nitpick/kodkod_sat.ML

Summary

  1. Correctness_Algebras: increase session timeout
  2. tuned signature, according to Isabelle/df12779c3ce8;
  3. feat(SpecCheck) add possibility to make builds fail on failure and extend README
  4. added missing funding information
  5. restored theory structure for simple genericity.
  6. Backed out changeset af549be0a8cd
  7. restored different entrance points a before Isabelle2021
  8. proper parentheses (amending 354560d7143a);
  9. Adjusted to prospective release Isabelle2021-2.
  10. Correctness_Algebras: uncomment counterexamples
  11. clarified identity of theory data: avoid accidental pointer_eq, use equality on unique serial instead;
  12. clarified identity of theory data: pointer_eq is not well-defined (and fails on ARM64), use equality on unique serial instead;
  13. merge from afp-2021
  14. remove unused functions
  15. silence sitegen warning
  16. new entry X86_Semantics
  17. adjust to isabelle@549019b4a808
  18. merge from afp-2021
  19. metadata for Belief_Revision
  20. new entry Belief_Revision
  21. New entry Correctness_Algebras
  22. prefer "sat_solver = MiniSat", to make examples work uniformly on all platforms;
Changeset 12166:3a75f572994c by walter guttmann _walter.guttmann@canterbury.ac.nz_:
Correctness_Algebras: increase session timeout
The file was modified thys/Correctness_Algebras/ROOT
Changeset 12165:49f5cc27cb2e by wenzelm:
tuned signature, according to Isabelle/df12779c3ce8;
The file was modified thys/Isabelle_C/C11-FrontEnd/src/C_Lexer_Annotation.thy
Changeset 12164:b9fadc5d34c4 by kevin kappelmann _kevin.kappelmann@tum.de_:
feat(SpecCheck) add possibility to make builds fail on failure and extend README
The file was modified thys/SpecCheck/Output_Styles/output_style_custom.ML
The file was modified thys/SpecCheck/README.md
Changeset 12163:0b1dccde39f0 by rene thiemann _rene.thiemann@uibk.ac.at_:
added missing funding information
The file was modified thys/Cubic_Quartic_Equations/document/root.tex
Changeset 12162:b40b44b920f5 by haftmann:
restored theory structure for simple genericity.
The file was addedthys/Word_Lib/Machine_Word_32.thy
The file was addedthys/Word_Lib/Machine_Word_32_Basics.thy
The file was addedthys/Word_Lib/Machine_Word_64.thy
The file was addedthys/Word_Lib/Machine_Word_64_Basics.thy
The file was modified thys/Word_Lib/Guide.thy
The file was modified thys/Word_Lib/More_Word.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_Lib_Sumo.thy
Changeset 12161:7825cfb5f214 by haftmann:
Backed out changeset af549be0a8cd
The file was removedthys/Word_Lib/Word_Lemmas_32.thy
The file was removedthys/Word_Lib/Word_Lemmas_64.thy
The file was removedthys/Word_Lib/Word_Setup_32.thy
The file was removedthys/Word_Lib/Word_Setup_64.thy
Changeset 12160:af549be0a8cd by haftmann:
restored different entrance points a before Isabelle2021
The file was addedthys/Word_Lib/Word_Lemmas_32.thy
The file was addedthys/Word_Lib/Word_Lemmas_64.thy
The file was addedthys/Word_Lib/Word_Setup_32.thy
The file was addedthys/Word_Lib/Word_Setup_64.thy
Changeset 12159:c3daa97ba53c by wenzelm:
proper parentheses (amending 354560d7143a);
The file was modified thys/Nominal2/nominal_function_core.ML
Changeset 12158:ef2487130488 by haftmann:
Adjusted to prospective release Isabelle2021-2.
The file was modified thys/X86_Semantics/BitByte.thy
The file was modified thys/X86_Semantics/Memory.thy
Changeset 12157:cc4737a8a1ad by walter guttmann _walter.guttmann@canterbury.ac.nz_:
Correctness_Algebras: uncomment counterexamples
The file was modified thys/Correctness_Algebras/Binary_Iterings.thy
The file was modified thys/Correctness_Algebras/Binary_Iterings_Nonstrict.thy
The file was modified thys/Correctness_Algebras/Binary_Iterings_Strict.thy
The file was modified thys/Correctness_Algebras/Boolean_Semirings.thy
The file was modified thys/Correctness_Algebras/Domain_Iterings.thy
The file was modified thys/Correctness_Algebras/Extended_Designs.thy
The file was modified thys/Correctness_Algebras/General_Refinement_Algebras.thy
The file was modified thys/Correctness_Algebras/Hoare_Modal.thy
The file was modified thys/Correctness_Algebras/Lattice_Ordered_Semirings.thy
The file was modified thys/Correctness_Algebras/N_Algebras.thy
The file was modified thys/Correctness_Algebras/N_Omega_Binary_Iterings.thy
The file was modified thys/Correctness_Algebras/N_Semirings.thy
The file was modified thys/Correctness_Algebras/Omega_Algebras.thy
The file was modified thys/Correctness_Algebras/Pre_Post.thy
The file was modified thys/Correctness_Algebras/Preconditions.thy
The file was modified thys/Correctness_Algebras/Recursion.thy
The file was modified thys/Correctness_Algebras/Relative_Domain.thy
The file was modified thys/Correctness_Algebras/Relative_Modal.thy
Changeset 12156:ff251fab7614 by wenzelm:
clarified identity of theory data: avoid accidental pointer_eq, use equality on unique serial instead;
The file was modified thys/Auto2_Imperative_HOL/Imperative/assn_matcher.ML
Changeset 12155:de5a2e151f8f by wenzelm:
clarified identity of theory data: pointer_eq is not well-defined (and fails on ARM64), use equality on unique serial instead;
The file was modified thys/Auto2_HOL/HOL/order.ML
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/logic_steps.ML
The file was modified thys/Auto2_HOL/normalize.ML
The file was modified thys/Auto2_HOL/status.ML
Changeset 12154:5a9bee294099 by gerwin klein _kleing@unsw.edu.au_:
merge from afp-2021
Changeset 12153:c386b94384f0 by gerwin klein _kleing@unsw.edu.au_:
remove unused functions
The file was modified thys/X86_Semantics/MySubst.ML
Changeset 12152:56cfc29507ba by gerwin klein _kleing@unsw.edu.au_:
silence sitegen warning
The file was modified metadata/metadata
Changeset 12151:61c34194cb57 by gerwin klein _kleing@unsw.edu.au_:
new entry X86_Semantics
The file was addedthys/X86_Semantics/BitByte.thy
The file was addedthys/X86_Semantics/Example_WC.thy
The file was addedthys/X86_Semantics/Examples.thy
The file was addedthys/X86_Semantics/Memory.thy
The file was addedthys/X86_Semantics/MySubst.ML
The file was addedthys/X86_Semantics/README
The file was addedthys/X86_Semantics/ROOT
The file was addedthys/X86_Semantics/State.thy
The file was addedthys/X86_Semantics/StateCleanUp.thy
The file was addedthys/X86_Semantics/SymbolicExecution.thy
The file was addedthys/X86_Semantics/X86_InstructionSemantics.thy
The file was addedthys/X86_Semantics/X86_Parse.ML
The file was addedthys/X86_Semantics/X86_Parse.thy
The file was addedthys/X86_Semantics/document/root.bib
The file was addedthys/X86_Semantics/document/root.tex
The file was addedweb/entries/X86_Semantics.html
The file was modified metadata/metadata
The file was modified thys/ROOTS
The file was modified web/entries/CISC-Kernel.html
The file was modified web/entries/Word_Lib.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 12150:f4d73fee73b5 by gerwin klein _kleing@unsw.edu.au_:
adjust to isabelle@549019b4a808
The file was modified thys/Belief_Revision/AGM_Contraction.thy
The file was modified thys/Belief_Revision/AGM_Logic.thy
Changeset 12149:2505f556a339 by gerwin klein _kleing@unsw.edu.au_:
merge from afp-2021
Changeset 12148:abc0aadc9aad by andreas lochbihler _mail@andreas-lochbihler.de_:
metadata for Belief_Revision
The file was addedweb/entries/Belief_Revision.html
The file was modified metadata/metadata
The file was modified web/index.html
The file was modified web/rss.xml
The file was modified web/statistics.html
The file was modified web/topics.html
The file was addedthys/Belief_Revision/AGM_Contraction.thy
The file was addedthys/Belief_Revision/AGM_Logic.thy
The file was addedthys/Belief_Revision/AGM_Remainder.thy
The file was addedthys/Belief_Revision/AGM_Revision.thy
The file was addedthys/Belief_Revision/ROOT
The file was addedthys/Belief_Revision/document/adb-long.bib
The file was addedthys/Belief_Revision/document/graph_locales.pdf
The file was addedthys/Belief_Revision/document/root.bib
The file was addedthys/Belief_Revision/document/root.tex
The file was modified thys/ROOTS
Changeset 12146:5553daf386e6 by nipkow:
New entry Correctness_Algebras
The file was addedthys/Correctness_Algebras/Approximation.thy
The file was addedthys/Correctness_Algebras/Base.thy
The file was addedthys/Correctness_Algebras/Binary_Iterings.thy
The file was addedthys/Correctness_Algebras/Binary_Iterings_Nonstrict.thy
The file was addedthys/Correctness_Algebras/Binary_Iterings_Strict.thy
The file was addedthys/Correctness_Algebras/Boolean_Semirings.thy
The file was addedthys/Correctness_Algebras/Capped_Omega_Algebras.thy
The file was addedthys/Correctness_Algebras/Complete_Domain.thy
The file was addedthys/Correctness_Algebras/Complete_Tests.thy
The file was addedthys/Correctness_Algebras/Domain.thy
The file was addedthys/Correctness_Algebras/Domain_Iterings.thy
The file was addedthys/Correctness_Algebras/Domain_Recursion.thy
The file was addedthys/Correctness_Algebras/Extended_Designs.thy
The file was addedthys/Correctness_Algebras/General_Refinement_Algebras.thy
The file was addedthys/Correctness_Algebras/Hoare.thy
The file was addedthys/Correctness_Algebras/Hoare_Modal.thy
The file was addedthys/Correctness_Algebras/Lattice_Ordered_Semirings.thy
The file was addedthys/Correctness_Algebras/Monotonic_Boolean_Transformers.thy
The file was addedthys/Correctness_Algebras/Monotonic_Boolean_Transformers_Instances.thy
The file was addedthys/Correctness_Algebras/N_Algebras.thy
The file was addedthys/Correctness_Algebras/N_Omega_Algebras.thy
The file was addedthys/Correctness_Algebras/N_Omega_Binary_Iterings.thy
The file was addedthys/Correctness_Algebras/N_Relation_Algebras.thy
The file was addedthys/Correctness_Algebras/N_Semirings.thy
The file was addedthys/Correctness_Algebras/N_Semirings_Boolean.thy
The file was addedthys/Correctness_Algebras/N_Semirings_Modal.thy
The file was addedthys/Correctness_Algebras/Omega_Algebras.thy
The file was addedthys/Correctness_Algebras/Pre_Post.thy
The file was addedthys/Correctness_Algebras/Pre_Post_Modal.thy
The file was addedthys/Correctness_Algebras/Preconditions.thy
The file was addedthys/Correctness_Algebras/ROOT
The file was addedthys/Correctness_Algebras/Recursion.thy
The file was addedthys/Correctness_Algebras/Recursion_Strict.thy
The file was addedthys/Correctness_Algebras/Relative_Domain.thy
The file was addedthys/Correctness_Algebras/Relative_Modal.thy
The file was addedthys/Correctness_Algebras/Test_Iterings.thy
The file was addedthys/Correctness_Algebras/Tests.thy
The file was addedthys/Correctness_Algebras/document/root.bib
The file was addedthys/Correctness_Algebras/document/root.tex
The file was addedweb/entries/Correctness_Algebras.html
The file was modified metadata/metadata
The file was modified thys/ROOTS
The file was modified web/entries/MonoBoolTranAlgebra.html
The file was modified web/entries/Stone_Kleene_Relation_Algebras.html
The file was modified web/entries/Subset_Boolean_Algebras.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 12145:e69dd05c4466 by wenzelm:
prefer &quot;sat_solver = MiniSat&quot;, to make examples work uniformly on all platforms;
The file was modified thys/PLM/TAO_99_SanityTests.thy