src/Pure/install_pp.ML
author lcp
Wed, 06 Oct 1993 10:33:33 +0100
changeset 31 eb01df4ffe66
parent 19 929ad32d63fc
child 89 2fee1120cb3e
permissions -rw-r--r--
tctical/dummy_quant_rl: specifies type prop to avoid the type variable ?'a from occurring -- which sometimes caused SELECT_GOAL to fail

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