equal
deleted
inserted
replaced
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 |