src/Pure/Thy/thy_info.ML
changeset 39021 139aada5caf8
parent 38148 d2f3c8d4a89f
child 39557 fe5722fce758
equal deleted inserted replaced
39020:ac0f24f850c9 39021:139aada5caf8
   344   end;
   344   end;
   345 
   345 
   346 
   346 
   347 (* finish all theories *)
   347 (* finish all theories *)
   348 
   348 
   349 fun finish () = change_thys (Graph.map_nodes (fn (_, entry) => (NONE, entry)));
   349 fun finish () = change_thys (Graph.map (fn _ => fn (_, entry) => (NONE, entry)));
   350 
   350 
   351 end;
   351 end;