src/Pure/install_pp.ML
author wenzelm
Thu, 04 Nov 1993 10:34:49 +0100
changeset 89 2fee1120cb3e
parent 19 929ad32d63fc
child 230 ec8a2b6aa8a7
permissions -rw-r--r--
commented out install_pp for term, 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 ["Sign", "sg"] pprint_sg);
install_pp (make_pp ["Sign", "cterm"] Sign.pprint_cterm);
install_pp (make_pp ["Sign", "ctyp"] Sign.pprint_ctyp);
install_pp (make_pp ["Syntax", "ast"] Syntax.pprint_ast);

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