src/Pure/install_pp.ML
changeset 16355 06059ee940b6
parent 15633 741deccec4e3
child 16438 1093f2400411
equal deleted inserted replaced
16354:6f0ca9628840 16355:06059ee940b6
     2     ID:         $Id$
     2     ID:         $Id$
     3 
     3 
     4 Set up automatic toplevel pretty printing.
     4 Set up automatic toplevel pretty printing.
     5 *)
     5 *)
     6 
     6 
     7 install_pp (make_pp ["Theory", "theory"] ThyInfo.pprint_theory);
     7 install_pp (make_pp ["Theory", "theory"] Display.pprint_theory);
     8 install_pp (make_pp ["Thm", "thm"] Display.pprint_thm);
     8 install_pp (make_pp ["Thm", "thm"] Display.pprint_thm);
     9 install_pp (make_pp ["Thm", "cterm"] Display.pprint_cterm);
     9 install_pp (make_pp ["Thm", "cterm"] Display.pprint_cterm);
    10 install_pp (make_pp ["Thm", "ctyp"] Display.pprint_ctyp);
    10 install_pp (make_pp ["Thm", "ctyp"] Display.pprint_ctyp);
    11 install_pp (make_pp ["Sign", "sg"] Sign.pprint_sg);
    11 install_pp (make_pp ["Sign", "sg"] Sign.pprint_sg);
    12 install_pp (make_pp ["Syntax", "ast"] Syntax.pprint_ast);
    12 install_pp (make_pp ["Syntax", "ast"] Syntax.pprint_ast);