src/Pure/install_pp.ML
author wenzelm
Thu, 03 Feb 1994 13:55:42 +0100
changeset 254 b1fcd27fcac4
parent 230 ec8a2b6aa8a7
child 619 a0342b27b38e
permissions -rw-r--r--
replaced pprint_sg by Sign.pprint_sg; added Syntax.simple_pprint_typ;

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

Set up automatic toplevel printing.
*)

install_pp (make_pp ["Thm", "thm"] pprint_thm);
install_pp (make_pp ["Thm", "theory"] pprint_theory);
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);

(*
install_pp (make_pp ["term"] pprint_term);
install_pp (make_pp ["typ"] pprint_typ);
*)