src/Pure/Isar/isar_syn.ML
changeset 61266 eb9522a9d997
parent 61259 6dc3d5d50e57
child 61336 fa4ebbd350ae
equal deleted inserted replaced
61265:996d73a96b4f 61266:eb9522a9d997
   766 
   766 
   767 val _ =
   767 val _ =
   768   Outer_Syntax.command @{command_keyword print_theory}
   768   Outer_Syntax.command @{command_keyword print_theory}
   769     "print logical theory contents"
   769     "print logical theory contents"
   770     (Parse.opt_bang >> (fn b =>
   770     (Parse.opt_bang >> (fn b =>
   771       Toplevel.keep (Pretty.writeln o Proof_Display.pretty_full_theory b o Toplevel.theory_of)));
   771       Toplevel.keep (Pretty.writeln o Proof_Display.pretty_theory b o Toplevel.context_of)));
   772 
   772 
   773 val _ =
   773 val _ =
   774   Outer_Syntax.command @{command_keyword print_definitions}
   774   Outer_Syntax.command @{command_keyword print_definitions}
   775     "print dependencies of definitional theory content"
   775     "print dependencies of definitional theory content"
   776     (Parse.opt_bang >> (fn b =>
   776     (Parse.opt_bang >> (fn b =>