src/Pure/install_pp.ML
author wenzelm
Fri, 19 Dec 1997 10:14:55 +0100
changeset 4441 42cdcacb60e2
parent 3509 db03a42120bf
child 11885 427d80b807c7
permissions -rw-r--r--
'clean' target;

(*  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);