src/Pure/install_pp.ML
author berghofe
Tue, 18 Jan 2005 14:34:24 +0100
changeset 15442 3b75e1b22ff1
parent 11885 427d80b807c7
child 15633 741deccec4e3
permissions -rw-r--r--
Added variants of instantiation functions that operate on pairs of type (indexname * string) instead of (string * string).

(*  Title:      Pure/install_pp.ML
    ID:         $Id$

Set up automatic toplevel pretty printing.
*)

install_pp (make_pp ["Theory", "theory"] Display.pprint_theory);
install_pp (make_pp ["Thm", "thm"] Display.pprint_thm);
install_pp (make_pp ["Thm", "cterm"] Display.pprint_cterm);
install_pp (make_pp ["Thm", "ctyp"] Display.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);