Skip to content
Success

Changes

Summary

  1. deleting a code equation never leads to unimplemented function
  2. avoid ancient [code, code del] antipattern
  3. obsolete
  4. register equations stemming from extracted proofs as specification rules
  5. tuned
  6. merged
  7. tuned signature;
  8. proper treatment of empty result;
  9. clarified modules;
  10. tuned signature;
  11. provide spell-checker menu via completion commands;
  12. added commands for spell-checker dictionary;
  13. tuned signature;
  14. tuning
  15. SMT news
  16. correctly unfold applied 'let's (e.g. '(let x = a in f) b') -- and removed dead code
  17. do not print unimplemented functions
  18. dropped void values
  19. more uniform order of constructors
  20. more consistent terminology
  21. avoid name particle "the" where no selection is implied
  22. more uniform ordering and naming of sections; proper local function
  23. tuned internal signature
  24. more explicit constructor name
  25. tuned whitespace
  26. replaced recdef by fun
  27. spelling
Changeset 66149:4bf16fb7c14d by haftmann:
deleting a code equation never leads to unimplemented function
The file was modified NEWS (diff)
The file was modified src/Pure/Isar/code.ML (diff)
Changeset 66148:5e60c2d0a1f1 by haftmann:
avoid ancient [code, code del] antipattern
The file was modified src/HOL/Imperative_HOL/Heap_Monad.thy (diff)
The file was modified src/HOL/Library/Code_Binary_Nat.thy (diff)
The file was modified src/HOL/Library/Code_Real_Approx_By_Float.thy (diff)
The file was modified src/HOL/Library/DAList_Multiset.thy (diff)
The file was modified src/HOL/Library/RBT_Set.thy (diff)
The file was modified src/HOL/Quickcheck_Narrowing.thy (diff)
The file was modified src/HOL/Unix/Nested_Environment.thy (diff)
Changeset 66147:9225370db5f0 by haftmann:
obsolete
The file was modified src/HOL/Library/Code_Real_Approx_By_Float.thy (diff)
Changeset 66146:fd3e128b174f by haftmann:
register equations stemming from extracted proofs as specification rules
The file was modified src/Pure/Proof/extraction.ML (diff)
Changeset 66145:4efbcc308ca0 by haftmann:
tuned
The file was modified src/Pure/Proof/extraction.ML (diff)
Changeset 66144:8f1cbb77a70a by wenzelm:
merged
Changeset 66143:51f74025a3e3 by wenzelm:
tuned signature;
The file was modified src/Tools/VSCode/src/vscode_rendering.scala (diff)
The file was modified src/Tools/VSCode/src/vscode_spell_checker.scala (diff)
Changeset 66142:90629b166203 by wenzelm:
proper treatment of empty result;
The file was modified src/Tools/VSCode/src/vscode_rendering.scala (diff)
Changeset 66141:81c8bb1d33b9 by wenzelm:
clarified modules;
The file was addedsrc/Tools/VSCode/src/vscode_spell_checker.scala
The file was modified src/Pure/build-jars (diff)
The file was modified src/Tools/VSCode/src/vscode_rendering.scala (diff)
Changeset 66140:cdb6c10122b6 by wenzelm:
tuned signature;
The file was modified src/Tools/VSCode/src/protocol.scala (diff)
The file was modified src/Tools/VSCode/src/vscode_rendering.scala (diff)
Changeset 66139:6a8f8be2741c by wenzelm:
provide spell-checker menu via completion commands;
The file was modified src/Tools/VSCode/src/protocol.scala (diff)
The file was modified src/Tools/VSCode/src/vscode_rendering.scala (diff)
Changeset 66138:f7ef4c50b747 by wenzelm:
added commands for spell-checker dictionary;
The file was modified src/Tools/VSCode/extension/package.json (diff)
The file was modified src/Tools/VSCode/extension/src/extension.ts (diff)
The file was modified src/Tools/VSCode/extension/src/protocol.ts (diff)
The file was modified src/Tools/VSCode/src/protocol.scala (diff)
The file was modified src/Tools/VSCode/src/server.scala (diff)
The file was modified src/Tools/VSCode/src/vscode_resources.scala (diff)
Changeset 66137:d2923067b376 by wenzelm:
tuned signature;
The file was modified src/Pure/Tools/spell_checker.scala (diff)
The file was modified src/Tools/jEdit/src/jedit_spell_checker.scala (diff)
Changeset 66136:dd006934a719 by blanchet:
tuning
The file was modified src/HOL/Tools/SMT/smt_translate.ML (diff)
Changeset 66135:1451a32479ba by blanchet:
SMT news
The file was modified NEWS (diff)
Changeset 66134:a1fb6beb2731 by blanchet:
correctly unfold applied 'let's (e.g. '(let x = a in f) b') -- and removed dead code
The file was modified src/HOL/Tools/SMT/smt_translate.ML (diff)
The file was modified src/HOL/Tools/SMT/smtlib_interface.ML (diff)
Changeset 66133:0b635a6774fb by haftmann:
do not print unimplemented functions
The file was modified src/Pure/Isar/code.ML (diff)
Changeset 66132:5844a096c462 by haftmann:
dropped void values
The file was modified src/Pure/Isar/code.ML (diff)
Changeset 66131:39e1c876bfec by haftmann:
more uniform order of constructors
The file was modified src/Pure/Isar/code.ML (diff)
Changeset 66130:d0476618a94c by haftmann:
more consistent terminology
The file was modified src/Pure/Isar/code.ML (diff)
Changeset 66129:8a3b141179c2 by haftmann:
avoid name particle "the" where no selection is implied
The file was modified src/Pure/Isar/code.ML (diff)
Changeset 66128:0181bb24bdca by haftmann:
more uniform ordering and naming of sections;<br>proper local function
The file was modified src/Pure/Isar/code.ML (diff)
Changeset 66127:0561ac527270 by haftmann:
tuned internal signature
The file was modified src/Pure/Isar/code.ML (diff)
Changeset 66126:60bf6934fabd by haftmann:
more explicit constructor name
The file was modified src/Pure/Isar/code.ML (diff)
Changeset 66125:28e782dd0278 by haftmann:
tuned whitespace
The file was modified src/Pure/Isar/code.ML (diff)
Changeset 66124:7f0088571576 by haftmann:
replaced recdef by fun
The file was modified src/HOL/Decision_Procs/MIR.thy (diff)
Changeset 66123:6e4904863d2a by haftmann:
spelling
The file was modified src/HOL/Decision_Procs/MIR.thy (diff)