src/Pure/pure_setup.ML
changeset 42224 578a51fae383
parent 41955 703ea96b13c6
child 42261 611856e8cb1e
equal deleted inserted replaced
42223:098c86e53153 42224:578a51fae383
    28 toplevel_pp ["Thm", "ctyp"] "Proof_Display.pp_ctyp";
    28 toplevel_pp ["Thm", "ctyp"] "Proof_Display.pp_ctyp";
    29 toplevel_pp ["typ"] "Proof_Display.pp_typ Pure.thy";
    29 toplevel_pp ["typ"] "Proof_Display.pp_typ Pure.thy";
    30 toplevel_pp ["Context", "theory"] "Context.pretty_thy";
    30 toplevel_pp ["Context", "theory"] "Context.pretty_thy";
    31 toplevel_pp ["Context", "theory_ref"] "Context.pretty_thy o Theory.deref";
    31 toplevel_pp ["Context", "theory_ref"] "Context.pretty_thy o Theory.deref";
    32 toplevel_pp ["Context", "Proof", "context"] "Proof_Display.pp_context";
    32 toplevel_pp ["Context", "Proof", "context"] "Proof_Display.pp_context";
    33 toplevel_pp ["Syntax", "ast"] "Syntax.pretty_ast";
    33 toplevel_pp ["Syntax", "ast"] "Ast.pretty_ast";
    34 toplevel_pp ["Path", "T"] "Pretty.str o Path.print";
    34 toplevel_pp ["Path", "T"] "Pretty.str o Path.print";
    35 toplevel_pp ["SHA1", "digest"] "Pretty.str o quote o SHA1.rep";
    35 toplevel_pp ["SHA1", "digest"] "Pretty.str o quote o SHA1.rep";
    36 toplevel_pp ["Proof", "state"] "(fn _: Proof.state => Pretty.str \"<Proof.state>\")";
    36 toplevel_pp ["Proof", "state"] "(fn _: Proof.state => Pretty.str \"<Proof.state>\")";
    37 toplevel_pp ["Toplevel", "state"] "Toplevel.pretty_abstract";
    37 toplevel_pp ["Toplevel", "state"] "Toplevel.pretty_abstract";
    38 
    38