src/Pure/install_pp.ML
author lcp
Tue, 13 Sep 1994 10:42:34 +0200
changeset 607 72fc777dbda0
parent 254 b1fcd27fcac4
child 619 a0342b27b38e
permissions -rw-r--r--
updated the identifier "version"

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