src/Tools/Code/code_printer.ML
changeset 32091 30e2ffbba718
parent 31889 fb2c8a687529
child 32908 9aa8dfef16ff
equal deleted inserted replaced
32090:39acf19e9f3a 32091:30e2ffbba718
    80 structure Code_Printer : CODE_PRINTER =
    80 structure Code_Printer : CODE_PRINTER =
    81 struct
    81 struct
    82 
    82 
    83 open Code_Thingol;
    83 open Code_Thingol;
    84 
    84 
    85 fun nerror thm s = error (s ^ ",\nin equation " ^ Display.string_of_thm thm);
    85 fun nerror thm s = error (s ^ ",\nin equation " ^ Display.string_of_thm_without_context thm);
    86 
    86 
    87 (** assembling text pieces **)
    87 (** assembling text pieces **)
    88 
    88 
    89 infixr 5 @@;
    89 infixr 5 @@;
    90 infixr 5 @|;
    90 infixr 5 @|;