src/Pure/Interface/proof_general.ML
changeset 12424 3c70d99b7586
parent 12422 7389066a4df9
child 12592 0eb1685a00b4
equal deleted inserted replaced
12423:7fd447422dee 12424:3c70d99b7586
   243 fun restart isar =
   243 fun restart isar =
   244  (if isar then tell_clear_goals () else kill_goal ();
   244  (if isar then tell_clear_goals () else kill_goal ();
   245   tell_clear_response ();
   245   tell_clear_response ();
   246   welcome ());
   246   welcome ());
   247 
   247 
   248 fun restart_loader () = (ThyInfo.touch_all_thys (); ThyLoad.reset_path);
   248 fun restart_loader () = ThyInfo.touch_all_thys ();
   249 
   249 
   250 in
   250 in
   251 
   251 
   252 fun isa_start () = restart false;
   252 fun isa_start () = restart false;
   253 fun isa_restart () = (restart_loader (); restart false);
   253 fun isa_restart () = (restart_loader (); restart false);