src/Tools/Code/code_target.ML
changeset 80328 559909bd7715
parent 77859 a11e25bdd247
child 81705 53fea2ccab19
equal deleted inserted replaced
80327:e4e643705d90 80328:559909bd7715
   649   in
   649   in
   650     Code_Symbol.maps_attr'
   650     Code_Symbol.maps_attr'
   651       (arrange check_const_syntax) (arrange check_tyco_syntax)
   651       (arrange check_const_syntax) (arrange check_tyco_syntax)
   652         (arrange ((K o K o K) I)) (arrange ((K o K o K) I)) (arrange ((K o K o K) I))
   652         (arrange ((K o K o K) I)) (arrange ((K o K o K) I)) (arrange ((K o K o K) I))
   653         (arrange (fn ctxt => fn _ => fn _ => fn (raw_content, raw_syms) =>
   653         (arrange (fn ctxt => fn _ => fn _ => fn (raw_content, raw_syms) =>
   654           (Pretty.blk (0, Pretty.fbreaks (map Code_Printer.str (split_lines raw_content))),
   654           (Pretty.block0 (Pretty.fbreaks (map Code_Printer.str (split_lines raw_content))),
   655             map (prep_syms ctxt) raw_syms)))
   655             map (prep_syms ctxt) raw_syms)))
   656   end;
   656   end;
   657 
   657 
   658 fun cert_printings ctxt = cert_syms' ctxt #> arrange_printings cert_syms ctxt;
   658 fun cert_printings ctxt = cert_syms' ctxt #> arrange_printings cert_syms ctxt;
   659 
   659