src/Pure/pure_setup.ML
changeset 43107 578a51fae383
parent 42826 703ea96b13c6
child 43132 611856e8cb1e
     1.1 --- a/src/Pure/pure_setup.ML	Tue Apr 05 13:07:40 2011 +0200
     1.2 +++ b/src/Pure/pure_setup.ML	Tue Apr 05 14:25:18 2011 +0200
     1.3 @@ -30,7 +30,7 @@
     1.4  toplevel_pp ["Context", "theory"] "Context.pretty_thy";
     1.5  toplevel_pp ["Context", "theory_ref"] "Context.pretty_thy o Theory.deref";
     1.6  toplevel_pp ["Context", "Proof", "context"] "Proof_Display.pp_context";
     1.7 -toplevel_pp ["Syntax", "ast"] "Syntax.pretty_ast";
     1.8 +toplevel_pp ["Syntax", "ast"] "Ast.pretty_ast";
     1.9  toplevel_pp ["Path", "T"] "Pretty.str o Path.print";
    1.10  toplevel_pp ["SHA1", "digest"] "Pretty.str o quote o SHA1.rep";
    1.11  toplevel_pp ["Proof", "state"] "(fn _: Proof.state => Pretty.str \"<Proof.state>\")";