src/Pure/Thy/thy_read.ML
changeset 3966 b06face07498
parent 3876 e6f918979f2d
child 3976 1030dd79720b
equal deleted inserted replaced
3965:1d7b53e6a2cb 3966:b06face07498
   474       val dummy = unlink_thy child;
   474       val dummy = unlink_thy child;
   475       val mergelist = load_base bases;
   475       val mergelist = load_base bases;
   476 
   476 
   477       val base_thy =
   477       val base_thy =
   478        (writeln ("Loading theory " ^ quote child);
   478        (writeln ("Loading theory " ^ quote child);
   479         Theory.merge_list (map theory_of mergelist));
   479         Theory.prep_ext_merge (map theory_of mergelist));
   480 
   480 
   481       val datas =
   481       val datas =
   482         let fun get_data t =
   482         let fun get_data t =
   483               let val ThyInfo {data, ...} = the (get_thyinfo t)
   483               let val ThyInfo {data, ...} = the (get_thyinfo t)
   484               in snd data end;
   484               in snd data end;