19
|
1 |
(* Title: Pure/install_pp.ML
|
0
|
2 |
ID: $Id$
|
|
3 |
|
619
|
4 |
Set up automatic toplevel pretty printing.
|
0
|
5 |
*)
|
|
6 |
|
11885
|
7 |
install_pp (make_pp ["Theory", "theory"] Display.pprint_theory);
|
|
8 |
install_pp (make_pp ["Thm", "thm"] Display.pprint_thm);
|
|
9 |
install_pp (make_pp ["Thm", "cterm"] Display.pprint_cterm);
|
|
10 |
install_pp (make_pp ["Thm", "ctyp"] Display.pprint_ctyp);
|
3509
|
11 |
install_pp (make_pp ["Sign", "sg"] Sign.pprint_sg);
|
|
12 |
install_pp (make_pp ["Syntax", "ast"] Syntax.pprint_ast);
|
|
13 |
install_pp (make_pp ["typ"] Syntax.simple_pprint_typ);
|