src/Pure/install_pp.ML
author wenzelm
Sat, 23 Dec 2000 22:51:34 +0100
changeset 10735 dfaf75f0076f
parent 3509 db03a42120bf
child 11885 427d80b807c7
permissions -rw-r--r--
simplified quick_and_dirty stuff; tuned;

(*  Title:      Pure/install_pp.ML
    ID:         $Id$

Set up automatic toplevel pretty printing.
*)

install_pp (make_pp ["Theory", "theory"] pprint_theory);
install_pp (make_pp ["Thm", "thm"] pprint_thm);
install_pp (make_pp ["Thm", "cterm"] pprint_cterm);
install_pp (make_pp ["Thm", "ctyp"] pprint_ctyp);
install_pp (make_pp ["Sign", "sg"] Sign.pprint_sg);
install_pp (make_pp ["Syntax", "ast"] Syntax.pprint_ast);
install_pp (make_pp ["typ"] Syntax.simple_pprint_typ);