src/Pure/install_pp.ML
author wenzelm
Thu, 26 May 1994 16:40:45 +0200
changeset 398 41f279b477e2
parent 254 b1fcd27fcac4
child 619 a0342b27b38e
permissions -rw-r--r--
added mk_type, dest_type, mk_inclass, dest_inclass (for axclasses); restored functor sig constraint :LOGIC;

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