src/Pure/install_pp.ML
changeset 23877 307f75aaefca
parent 23873 6c644d14d91d
equal deleted inserted replaced
23876:d3b05e7bc5d2 23877:307f75aaefca
     9 install_pp (make_pp ["Thm", "ctyp"] ProofDisplay.pprint_ctyp);
     9 install_pp (make_pp ["Thm", "ctyp"] ProofDisplay.pprint_ctyp);
    10 install_pp (make_pp ["Context", "theory"] Context.pprint_thy);
    10 install_pp (make_pp ["Context", "theory"] Context.pprint_thy);
    11 install_pp (make_pp ["Context", "proof"] ProofDisplay.pprint_context);
    11 install_pp (make_pp ["Context", "proof"] ProofDisplay.pprint_context);
    12 install_pp (make_pp ["Syntax", "ast"] Syntax.pprint_ast);
    12 install_pp (make_pp ["Syntax", "ast"] Syntax.pprint_ast);
    13 install_pp (make_pp ["typ"] (ProofDisplay.pprint_typ Pure.thy));
    13 install_pp (make_pp ["typ"] (ProofDisplay.pprint_typ Pure.thy));
    14 install_pp (make_pp ["Path", "T"] (Pretty.pprint o Pretty.quote o Pretty.str o Path.implode));
    14 install_pp (make_pp ["Path", "T"] (Pretty.pprint o Pretty.str o quote o Path.implode));
    15 install_pp (make_pp ["File", "ident"] (Pretty.pprint o Pretty.str o File.rep_ident));
    15 install_pp (make_pp ["File", "ident"] (Pretty.pprint o Pretty.str o quote o File.rep_ident));