src/Tools/subtyping.ML
changeset 59936 b8ffc3dc9e24
parent 59840 0ab8750c9342
child 67149 e61557884799
equal deleted inserted replaced
59935:343905de27b1 59936:b8ffc3dc9e24
  1113 
  1113 
  1114 
  1114 
  1115 (* outer syntax commands *)
  1115 (* outer syntax commands *)
  1116 
  1116 
  1117 val _ =
  1117 val _ =
  1118   Outer_Syntax.command @{command_spec "print_coercions"}
  1118   Outer_Syntax.command @{command_keyword print_coercions}
  1119     "print information about coercions"
  1119     "print information about coercions"
  1120     (Scan.succeed (Toplevel.keep (print_coercions o Toplevel.context_of)));
  1120     (Scan.succeed (Toplevel.keep (print_coercions o Toplevel.context_of)));
  1121 
  1121 
  1122 end;
  1122 end;