src/Pure/Syntax/lexicon.ML
changeset 62819 d3ff367a16a0
parent 62782 057e8dbe4326
child 64275 ac2abc987cf9
equal deleted inserted replaced
62818:2733b240bfea 62819:d3ff367a16a0
   449 
   449 
   450 
   450 
   451 (* toplevel pretty printing *)
   451 (* toplevel pretty printing *)
   452 
   452 
   453 val _ =
   453 val _ =
   454   PolyML.addPrettyPrinter (fn _ => fn _ =>
   454   ML_system_pp (fn _ => fn _ =>
   455     Pretty.to_polyml o Pretty.str_list "{" "}" o map quote o Scan.dest_lexicon);
   455     Pretty.to_polyml o Pretty.str_list "{" "}" o map quote o Scan.dest_lexicon);
   456 
   456 
   457 end;
   457 end;