diff -r fcf44ef51057 -r e656c5edc352 src/Pure/Proof/proof_syntax.ML --- 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_ \/ _)", [4, 5], 4)), (Lexicon.mark_const "Pure.AppP", [proofT, proofT] ---> proofT, mixfix ("(1_ \/ _)", [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"],