Skip to content
Success

Changes

Summary

  1. more abbrevs -- this makes "(=" ambiguous and thus simplifies input of "(=)" (within the context of Main HOL);
  2. tuned -- more uniform;
  3. eliminated somewhat pointless parallelism (from 857da80611ab): usually hundreds of tasks with < 1ms each, also note that the enclosing join_theory happens within theory graph parallelism;
  4. Drop rewrite rule arguments of sublocale and interpretation implementations.
Changeset 67780:7655e6369c9f by wenzelm:
more abbrevs -- this makes &quot;(=&quot; ambiguous and thus simplifies input of &quot;(=)&quot; (within the context of Main HOL);
The file was modified src/HOL/Library/Finite_Map.thy (diff)
The file was modified src/HOL/Map.thy (diff)
Changeset 67779:fd2558014196 by wenzelm:
tuned -- more uniform;
The file was modified src/Pure/Isar/proof_context.ML (diff)
The file was modified src/Pure/global_theory.ML (diff)
Changeset 67778:a25f9076a0b3 by wenzelm:
eliminated somewhat pointless parallelism (from 857da80611ab): usually hundreds of tasks with &lt; 1ms each, also note that the enclosing join_theory happens within theory graph parallelism;
The file was modified src/Pure/more_thm.ML (diff)
Changeset 67777:2d3c1091527b by ballarin:
Drop rewrite rule arguments of sublocale and interpretation implementations.
The file was modified src/HOL/Statespace/state_space.ML (diff)
The file was modified src/Pure/Isar/interpretation.ML (diff)
The file was modified src/Pure/Pure.thy (diff)