src/Pure/Isar/isar_syn.ML
changeset 24314 665b3ab2dabe
parent 24219 e558fe311376
child 24423 ae9cd0e92423
equal deleted inserted replaced
24313:5a6342236a32 24314:665b3ab2dabe
   902     (P.name >> (Toplevel.no_timing oo IsarCmd.use_thy));
   902     (P.name >> (Toplevel.no_timing oo IsarCmd.use_thy));
   903 
   903 
   904 val touch_thyP =
   904 val touch_thyP =
   905   OuterSyntax.improper_command "touch_thy" "outdate theory, including descendants" K.diag
   905   OuterSyntax.improper_command "touch_thy" "outdate theory, including descendants" K.diag
   906     (P.name >> (Toplevel.no_timing oo IsarCmd.touch_thy));
   906     (P.name >> (Toplevel.no_timing oo IsarCmd.touch_thy));
   907 
       
   908 val touch_all_thysP =
       
   909   OuterSyntax.improper_command "touch_all_thys" "outdate all non-finished theories" K.diag
       
   910     (Scan.succeed (Toplevel.no_timing o IsarCmd.touch_all_thys));
       
   911 
   907 
   912 val touch_child_thysP =
   908 val touch_child_thysP =
   913   OuterSyntax.improper_command "touch_child_thys" "outdate child theories" K.diag
   909   OuterSyntax.improper_command "touch_child_thys" "outdate child theories" K.diag
   914     (P.name >> (Toplevel.no_timing oo IsarCmd.touch_child_thys));
   910     (P.name >> (Toplevel.no_timing oo IsarCmd.touch_child_thys));
   915 
   911 
  1017   thy_depsP, class_depsP, thm_depsP, find_theoremsP, print_bindsP,
  1013   thy_depsP, class_depsP, thm_depsP, find_theoremsP, print_bindsP,
  1018   print_casesP, print_stmtsP, print_thmsP, print_prfsP,
  1014   print_casesP, print_stmtsP, print_thmsP, print_prfsP,
  1019   print_full_prfsP, print_propP, print_termP, print_typeP,
  1015   print_full_prfsP, print_propP, print_termP, print_typeP,
  1020   print_codesetupP,
  1016   print_codesetupP,
  1021   (*system commands*)
  1017   (*system commands*)
  1022   cdP, pwdP, use_thyP, touch_thyP, touch_all_thysP, touch_child_thysP,
  1018   cdP, pwdP, use_thyP, touch_thyP, touch_child_thysP, remove_thyP,
  1023   remove_thyP, kill_thyP, display_draftsP, print_draftsP, prP,
  1019   kill_thyP, display_draftsP, print_draftsP, prP, disable_prP,
  1024   disable_prP, enable_prP, commitP, quitP, exitP, init_toplevelP,
  1020   enable_prP, commitP, quitP, exitP, init_toplevelP, welcomeP];
  1025   welcomeP];
       
  1026 
  1021 
  1027 end;
  1022 end;