src/Pure/install_pp.ML
author wenzelm
Mon, 04 Oct 1993 15:36:31 +0100
changeset 19 929ad32d63fc
parent 0 a5a9c433f639
child 89 2fee1120cb3e
permissions -rw-r--r--
Pure/ROOT.ML cleaned comments; removed extraneous 'print_depth 1'; replaced Basic_Syntax by BasicSyntax added 'use "install_pp.ML"'; Pure/README fixed comments; Pure/POLY.ML Pure/NJ.ML make_pp: added fbrk; Pure/install_pp.ML replaced "Ast" by "Syntax"; Pure/sign.ML added 'quote' to some error msgs;

(*  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 ["term"] pprint_term);
install_pp (make_pp ["Sign", "cterm"] Sign.pprint_cterm);
install_pp (make_pp ["typ"] pprint_typ);
install_pp (make_pp ["Sign", "ctyp"] Sign.pprint_ctyp);
install_pp (make_pp ["Syntax", "ast"] Syntax.pprint_ast);