src/Pure/Thy/read.ML
changeset 341 257fcb40bacc
parent 340 d2c66d1399c9
child 379 c1e3c8508fd2
equal deleted inserted replaced
340:d2c66d1399c9 341:257fcb40bacc
   275          mark_children thy_name;
   275          mark_children thy_name;
   276 
   276 
   277          (*Remove temporary files*)
   277          (*Remove temporary files*)
   278          if not (!delete_tmpfiles) orelse (thy_file = "") orelse thy_uptodate 
   278          if not (!delete_tmpfiles) orelse (thy_file = "") orelse thy_uptodate 
   279            then ()
   279            then ()
   280          else delete_file (out_name name);
   280          else delete_file (out_name thy_name);
   281          delete_file ".tmp.ML"
   281          delete_file ".tmp.ML"
   282         )
   282         )
   283     end;
   283     end;
   284 
   284 
   285 fun time_use_thy tname = timeit(fn()=>
   285 fun time_use_thy tname = timeit(fn()=>