src/Pure/install_pp.ML
author lcp
Thu, 24 Mar 1994 16:12:42 +0100
changeset 301 f5ccfc4d362f
parent 254 b1fcd27fcac4
child 619 a0342b27b38e
permissions -rw-r--r--
added \iflabelundefined

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