src/Pure/Proof/proof_syntax.ML
changeset 81590 e656c5edc352
parent 80897 5328d67ec647
--- a/src/Pure/Proof/proof_syntax.ML	Sat Dec 14 16:58:53 2024 +0100
+++ b/src/Pure/Proof/proof_syntax.ML	Sat Dec 14 17:35:53 2024 +0100
@@ -57,7 +57,7 @@
      (Lexicon.mark_const "Pure.Appt", [proofT, aT] ---> proofT, mixfix ("(1_ \<cdot>/ _)", [4, 5], 4)),
      (Lexicon.mark_const "Pure.AppP", [proofT, proofT] ---> proofT, mixfix ("(1_ \<bullet>/ _)", [4, 5], 4)),
      (Lexicon.mark_const "Pure.MinProof", proofT, Mixfix.mixfix "\<^bold>?")]
-  |> Sign.add_trrules (map Syntax.Parse_Print_Rule
+  |> Sign.translations_global true (map Syntax.Parse_Print_Rule
     [(Ast.mk_appl (Ast.Constant "_Lam")
         [Ast.mk_appl (Ast.Constant "_Lam0")
           [Ast.Variable "l", Ast.Variable "m"], Ast.Variable "A"],