src/Pure/install_pp.ML
author haftmann
Wed, 21 Sep 2005 10:32:24 +0200
changeset 17540 f662416aa5f2
parent 16596 81ea5a085158
child 18800 c0f90bbf3865
permissions -rw-r--r--
removed assoc, overwrite
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
19
929ad32d63fc Pure/ROOT.ML
wenzelm
parents: 0
diff changeset
     1
(*  Title:      Pure/install_pp.ML
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     2
    ID:         $Id$
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     3
16438
1093f2400411 removed obsolete pretty printers for Theory.theory, Sign.sg;
wenzelm
parents: 16355
diff changeset
     4
ML toplevel pretty printing.
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     5
*)
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     6
11885
427d80b807c7 qualified names;
wenzelm
parents: 3509
diff changeset
     7
install_pp (make_pp ["Thm", "thm"] Display.pprint_thm);
427d80b807c7 qualified names;
wenzelm
parents: 3509
diff changeset
     8
install_pp (make_pp ["Thm", "cterm"] Display.pprint_cterm);
427d80b807c7 qualified names;
wenzelm
parents: 3509
diff changeset
     9
install_pp (make_pp ["Thm", "ctyp"] Display.pprint_ctyp);
16438
1093f2400411 removed obsolete pretty printers for Theory.theory, Sign.sg;
wenzelm
parents: 16355
diff changeset
    10
install_pp (make_pp ["Context", "theory"] Context.pprint_thy);
3509
db03a42120bf removed init_pps;
wenzelm
parents: 1528
diff changeset
    11
install_pp (make_pp ["Syntax", "ast"] Syntax.pprint_ast);
16596
81ea5a085158 replaced Syntax.simple_pprint_typ by (Sign.pprint_typ ProtoPure.thy);
wenzelm
parents: 16438
diff changeset
    12
install_pp (make_pp ["typ"] (Sign.pprint_typ ProtoPure.thy));