Skip to content
Failed

Changes

Summary

  1. merged
  2. simplified -- avoid odd mutable state, which potentially causes problems with module initialization;
  3. back to static Mixfix.default_constraint without any special tricks (reverting e6443edaebff);
  4. Type_Infer.object_logic controls improvement of type inference result;
  5. tuned;
  6. simplified constraints;
  7. back to dummy constraints (amending dd2914250ca7): important for Syntax_Phases.get_free/is_declared;
  8. tuned imports;
  9. tuned message;
  10. tuned;
Changeset 62961:8b85a554c5c4 by wenzelm:
merged
Changeset 62960:cfbb6a5b427c by wenzelm:
simplified -- avoid odd mutable state, which potentially causes problems with module initialization;
The file was modified src/Pure/System/isabelle_tool.scala (diff)
Changeset 62959:19c2a58623ed by wenzelm:
back to static Mixfix.default_constraint without any special tricks (reverting e6443edaebff);
The file was modified src/Pure/Isar/proof.ML (diff)
The file was modified src/Pure/Isar/proof_context.ML (diff)
The file was modified src/Pure/Syntax/mixfix.ML (diff)
Changeset 62958:b41c1cb5e251 by wenzelm:
Type_Infer.object_logic controls improvement of type inference result;
The file was modified NEWS (diff)
The file was modified src/HOL/Code_Evaluation.thy (diff)
The file was modified src/HOL/HOL.thy (diff)
The file was modified src/HOL/Tools/BNF/bnf_gfp_grec_sugar.ML (diff)
The file was modified src/HOL/Tools/Function/function.ML (diff)
The file was modified src/HOL/Tools/Predicate_Compile/predicate_compile_data.ML (diff)
The file was modified src/HOL/Tools/Transfer/transfer.ML (diff)
The file was modified src/HOL/Tools/record.ML (diff)
The file was modified src/Pure/Isar/expression.ML (diff)
The file was modified src/Pure/Isar/proof_context.ML (diff)
The file was modified src/Pure/Proof/extraction.ML (diff)
The file was modified src/Pure/Proof/proof_syntax.ML (diff)
The file was modified src/Pure/type_infer.ML (diff)
The file was modified src/Tools/induct.ML (diff)
The file was modified src/Tools/nbe.ML (diff)
Changeset 62957:a9c40cf517d1 by wenzelm:
tuned;
The file was modified src/HOL/Transitive_Closure.thy (diff)
The file was modified src/HOL/Word/Bool_List_Representation.thy (diff)
Changeset 62956:bb3986d95562 by wenzelm:
simplified constraints;
The file was modified src/HOL/Tools/Quotient/quotient_def.ML (diff)
Changeset 62955:2fd4378caca2 by wenzelm:
back to dummy constraints (amending dd2914250ca7): important for Syntax_Phases.get_free/is_declared;
The file was modified src/Pure/variable.ML (diff)
Changeset 62954:c5d0fdc260fa by wenzelm:
tuned imports;
The file was modified src/HOL/Library/Quotient_List.thy (diff)
The file was modified src/HOL/Library/Quotient_Option.thy (diff)
The file was modified src/HOL/Library/Quotient_Product.thy (diff)
The file was modified src/HOL/Library/Quotient_Set.thy (diff)
The file was modified src/HOL/Library/Quotient_Sum.thy (diff)
Changeset 62953:48d935524988 by wenzelm:
tuned message;
The file was modified src/HOL/Tools/Quotient/quotient_def.ML (diff)
Changeset 62952:85c6c2a1952d by wenzelm:
tuned;
The file was modified src/HOL/Tools/code_evaluation.ML (diff)
The file was modified src/Pure/Isar/class_declaration.ML (diff)
The file was modified src/Pure/Syntax/syntax_phases.ML (diff)