src/Tools/Code/code_printer.ML
changeset 80829 bdae6195a287
parent 80821 eb383d50564b
child 80833 6896736dec38
equal deleted inserted replaced
80828:389e1bf96e05 80829:bdae6195a287
   114   | eqn_error _ NONE s = error s;
   114   | eqn_error _ NONE s = error s;
   115 
   115 
   116 val code_presentationN = "code_presentation";
   116 val code_presentationN = "code_presentation";
   117 val stmt_nameN = "stmt_name";
   117 val stmt_nameN = "stmt_name";
   118 val _ = Markup.add_mode code_presentationN YXML.markup_ops;
   118 val _ = Markup.add_mode code_presentationN YXML.markup_ops;
       
   119 val _ = Pretty.add_mode code_presentationN Pretty.markup_ops;
   119 
   120 
   120 
   121 
   121 (** assembling and printing text pieces **)
   122 (** assembling and printing text pieces **)
   122 
   123 
   123 infixr 5 @@;
   124 infixr 5 @@;